#CEE1AB

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

Shades of Reef #CEE1AB

Tints of Reef #CEE1AB

Color information

#CEE1AB (or 0xCEE1AB) is unknown color: approx Reef. HEX triplet: CE, E1 and AB. RGB value is (206,225,171). Sum of RGB (Red+Green+Blue) = 206+225+171=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE1AB is #311E54. Grayscale: #D5D5D5. Windows color (decimal): -3219029 or 11264462. OLE color: 11264462.

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

Color convert

RGB206225171-
CMYK0.0800.240.12
HSL81.11º47.37%77.65%-
HSV(B)81.11º24%88.24%-
XYZ59.7369.9148.87-
YUV213.16104.21122.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 225 (88.28% from 255) = 37.38%
BLUE value IS 171 (67.19% from 255) = 28.41%
R=34.22%
G=37.38%
B=28.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062251710.0800.240.1281.1147.3777.65
HexCEE1AB8018C512f4e
Octal316341253100301412157116
Binary1100111011100001101010111000011000110010100011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1AB; }

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

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

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

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

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

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

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

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