#CEF0AD

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

Shades of Reef #CEF0AD

Tints of Reef #CEF0AD

Color information

#CEF0AD (or 0xCEF0AD) is unknown color: approx Reef. HEX triplet: CE, F0 and AD. RGB value is (206,240,173). Sum of RGB (Red+Green+Blue) = 206+240+173=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF0AD is #310F52. Grayscale: #DEDEDE. Windows color (decimal): -3215187 or 11399374. OLE color: 11399374.

HSL color Cylindrical-coordinate representation of color #CEF0AD: hue angle of 90.45º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEF0AD is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB206240173-
CMYK0.1400.280.06
HSL90.45º69.07%80.98%-
HSV(B)90.45º27.92%94.12%-
XYZ64.1678.4651.3-
YUV222.2100.24116.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.28%
GREEN value IS 240 (94.14% from 255) = 38.77%
BLUE value IS 173 (67.97% from 255) = 27.95%
R=33.28%
G=38.77%
B=27.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062401730.1400.280.0690.4569.0780.98
HexCEF0ADE01C65a4551
Octal316360255160346132105121
Binary1100111011110000101011011110011100110101101010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF0AD; }

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

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

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

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

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

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

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

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