#CEDDA0

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

Shades of Reef #CEDDA0

Tints of Reef #CEDDA0

Color information

#CEDDA0 (or 0xCEDDA0) is unknown color: approx Reef. HEX triplet: CE, DD and A0. RGB value is (206,221,160). Sum of RGB (Red+Green+Blue) = 206+221+160=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDDA0 is #31225F. Grayscale: #D1D1D1. Windows color (decimal): -3220064 or 10542542. OLE color: 10542542.

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

Color convert

RGB206221160-
CMYK0.0700.280.13
HSL74.75º47.29%74.71%-
HSV(B)74.75º27.6%86.67%-
XYZ57.6667.3743.22-
YUV209.56100.03125.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.09%
GREEN value IS 221 (86.72% from 255) = 37.65%
BLUE value IS 160 (62.89% from 255) = 27.26%
R=35.09%
G=37.65%
B=27.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062211600.0700.280.1374.7547.2974.71
HexCEDDA0701CD4b2f4b
Octal31633524070341511357113
Binary110011101101110110100000111011100110110010111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDA0; }

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

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

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

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

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

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

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

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