#CEF2AD

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

Shades of Reef #CEF2AD

Tints of Reef #CEF2AD

Color information

#CEF2AD (or 0xCEF2AD) is unknown color: approx Reef. HEX triplet: CE, F2 and AD. RGB value is (206,242,173). Sum of RGB (Red+Green+Blue) = 206+242+173=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF2AD is #310D52. Grayscale: #DFDFDF. Windows color (decimal): -3214675 or 11399886. OLE color: 11399886.

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

Color convert

RGB206242173-
CMYK0.1500.290.05
HSL91.3º72.63%81.37%-
HSV(B)91.3º28.51%94.9%-
XYZ64.7579.6451.5-
YUV223.3799.57115.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 242 (94.92% from 255) = 38.97%
BLUE value IS 173 (67.97% from 255) = 27.86%
R=33.17%
G=38.97%
B=27.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062421730.1500.290.0591.372.6381.37
HexCEF2ADF01D55b4951
Octal316362255170355133111121
Binary1100111011110010101011011111011101101101101110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF2AD; }

 p { color: rgb(206,242,173); }

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

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

 a { background-color: rgb(206,242,173); }

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

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

 span { border-color: rgb(206,242,173); }

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