#CEF1AE

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

Shades of Reef #CEF1AE

Tints of Reef #CEF1AE

Color information

#CEF1AE (or 0xCEF1AE) is unknown color: approx Reef. HEX triplet: CE, F1 and AE. RGB value is (206,241,174). Sum of RGB (Red+Green+Blue) = 206+241+174=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF1AE is #310E51. Grayscale: #DFDFDF. Windows color (decimal): -3214930 or 11465166. OLE color: 11465166.

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

Color convert

RGB206241174-
CMYK0.1500.280.05
HSL91.34º70.53%81.37%-
HSV(B)91.34º27.8%94.51%-
XYZ64.5579.0951.91-
YUV222.9100.4115.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 241 (94.53% from 255) = 38.81%
BLUE value IS 174 (68.36% from 255) = 28.02%
R=33.17%
G=38.81%
B=28.02%

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
Decimal2062411740.1500.280.0591.3470.5381.37
HexCEF1AEF01C55b4751
Octal316361256170345133107121
Binary1100111011110001101011101111011100101101101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF1AE; }

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

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

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

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

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

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

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

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