#CEF3AE

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

Shades of Reef #CEF3AE

Tints of Reef #CEF3AE

Color information

#CEF3AE (or 0xCEF3AE) is unknown color: approx Reef. HEX triplet: CE, F3 and AE. RGB value is (206,243,174). Sum of RGB (Red+Green+Blue) = 206+243+174=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 174 (68.36% from 255 or 27.93% from 623); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF3AE is #310C51. Grayscale: #E0E0E0. Windows color (decimal): -3214418 or 11465678. OLE color: 11465678.

HSL color Cylindrical-coordinate representation of color #CEF3AE: hue angle of 92.17º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEF3AE is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB206243174-
CMYK0.1500.280.05
HSL92.17º74.19%81.76%-
HSV(B)92.17º28.4%95.29%-
XYZ65.1480.2852.11-
YUV224.0799.74115.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.07%
GREEN value IS 243 (95.31% from 255) = 39.00%
BLUE value IS 174 (68.36% from 255) = 27.93%
R=33.07%
G=39.00%
B=27.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062431740.1500.280.0592.1774.1981.76
HexCEF3AEF01C55c4a52
Octal316363256170345134112122
Binary1100111011110011101011101111011100101101110010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF3AE; }

 p { color: rgb(206,243,174); }

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

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

 a { background-color: rgb(206,243,174); }

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

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

 span { border-color: rgb(206,243,174); }

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