#CEDC97

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

Shades of Reef #CEDC97

Tints of Reef #CEDC97

Color information

#CEDC97 (or 0xCEDC97) is unknown color: approx Reef. HEX triplet: CE, DC and 97. RGB value is (206,220,151). Sum of RGB (Red+Green+Blue) = 206+220+151=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 151 (59.38% from 255 or 26.17% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDC97 is #312368. Grayscale: #D0D0D0. Windows color (decimal): -3220329 or 9952462. OLE color: 9952462.

HSL color Cylindrical-coordinate representation of color #CEDC97: hue angle of 72.17º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEDC97 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB206220151-
CMYK0.0600.310.14
HSL72.17º49.64%72.75%-
HSV(B)72.17º31.36%86.27%-
XYZ56.6366.5439.14-
YUV207.9595.86126.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.70%
GREEN value IS 220 (86.33% from 255) = 38.13%
BLUE value IS 151 (59.38% from 255) = 26.17%
R=35.70%
G=38.13%
B=26.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201510.0600.310.1472.1749.6472.75
HexCEDC97601FE483249
Octal31633422760371611062111
Binary110011101101110010010111110011111111010010001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDC97; }

 p { color: rgb(206,220,151); }

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

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

 a { background-color: rgb(206,220,151); }

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

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

 span { border-color: rgb(206,220,151); }

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