#CEDCA8

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

Shades of Reef #CEDCA8

Tints of Reef #CEDCA8

Color information

#CEDCA8 (or 0xCEDCA8) is unknown color: approx Reef. HEX triplet: CE, DC and A8. RGB value is (206,220,168). Sum of RGB (Red+Green+Blue) = 206+220+168=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 168 (66.02% from 255 or 28.28% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDCA8 is #312357. Grayscale: #D2D2D2. Windows color (decimal): -3220312 or 11066574. OLE color: 11066574.

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

Color convert

RGB206220168-
CMYK0.0600.240.14
HSL76.15º42.62%76.08%-
HSV(B)76.15º23.64%86.27%-
XYZ58.1167.1446.94-
YUV209.89104.36125.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.68%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 168 (66.02% from 255) = 28.28%
R=34.68%
G=37.04%
B=28.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201680.0600.240.1476.1542.6276.08
HexCEDCA86018E4c2b4c
Octal31633425060301611453114
Binary110011101101110010101000110011000111010011001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCA8; }

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

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

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

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

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

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

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

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