#CEE183

Color #CEE183 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CEE183

Tints of Sulu #CEE183

Color information

#CEE183 (or 0xCEE183) is unknown color: approx Sulu. HEX triplet: CE, E1 and 83. RGB value is (206,225,131). Sum of RGB (Red+Green+Blue) = 206+225+131=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 131 (51.56% from 255 or 23.31% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE183 is #311E7C. Grayscale: #D0D0D0. Windows color (decimal): -3219069 or 8643022. OLE color: 8643022.

HSL color Cylindrical-coordinate representation of color #CEE183: hue angle of 72.13º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEE183 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB206225131-
CMYK0.0800.420.12
HSL72.13º61.04%69.8%-
HSV(B)72.13º41.78%88.24%-
XYZ56.4868.6131.74-
YUV208.684.21126.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 36.65%
GREEN value IS 225 (88.28% from 255) = 40.04%
BLUE value IS 131 (51.56% from 255) = 23.31%
R=36.65%
G=40.04%
B=23.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062251310.0800.420.1272.1361.0469.8
HexCEE183802AC483d46
Octal316341203100521411075106
Binary11001110111000011000001110000101010110010010001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE183; }

 p { color: rgb(206,225,131); }

 H1.HeaderClassName
 {
   color: #CEE183;
 }
 .AnyTagClassName
 {
   color: #CEE183;
 }
</style>
background-color css

<style>
 a { background-color: #CEE183; }

 a { background-color: rgb(206,225,131); }

 div.DivClassName
 {
   background-color: #CEE183;
 }
 .BgClassName
 {
   background-color: #CEE183;
 }
</style>
border-color css

<style>
 span { border-color: #CEE183; }

 span { border-color: rgb(206,225,131); }

 td.TdClassName
 {
   border-color: #CEE183;
 }
 .TagClassName
 {
   border-color: #CEE183;
 }
</style>