#CEDDA8

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

Shades of Reef #CEDDA8

Tints of Reef #CEDDA8

Color information

#CEDDA8 (or 0xCEDDA8) is unknown color: approx Reef. HEX triplet: CE, DD and A8. RGB value is (206,221,168). Sum of RGB (Red+Green+Blue) = 206+221+168=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDDA8 is #312257. Grayscale: #D2D2D2. Windows color (decimal): -3220056 or 11066830. OLE color: 11066830.

HSL color Cylindrical-coordinate representation of color #CEDDA8: hue angle of 76.98º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEDDA8 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB206221168-
CMYK0.0700.240.13
HSL76.98º43.8%76.27%-
HSV(B)76.98º23.98%86.67%-
XYZ58.3867.6647.03-
YUV210.47104.03124.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.62%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 168 (66.02% from 255) = 28.24%
R=34.62%
G=37.14%
B=28.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062211680.0700.240.1376.9843.876.27
HexCEDDA87018D4d2c4c
Octal31633525070301511554114
Binary110011101101110110101000111011000110110011011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDA8; }

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

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

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

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

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

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

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

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