#CEDDA4

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

Shades of Reef #CEDDA4

Tints of Reef #CEDDA4

Color information

#CEDDA4 (or 0xCEDDA4) is unknown color: approx Reef. HEX triplet: CE, DD and A4. RGB value is (206,221,164). Sum of RGB (Red+Green+Blue) = 206+221+164=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 164 (64.45% from 255 or 27.75% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDDA4 is #31225B. Grayscale: #D2D2D2. Windows color (decimal): -3220060 or 10804686. OLE color: 10804686.

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

Color convert

RGB206221164-
CMYK0.0700.260.13
HSL75.79º45.6%75.49%-
HSV(B)75.79º25.79%86.67%-
XYZ58.0167.5245.1-
YUV210.02102.03125.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 221 (86.72% from 255) = 37.39%
BLUE value IS 164 (64.45% from 255) = 27.75%
R=34.86%
G=37.39%
B=27.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062211640.0700.260.1375.7945.675.49
HexCEDDA4701AD4c2e4b
Octal31633524470321511456113
Binary110011101101110110100100111011010110110011001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDA4; }

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

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

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

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

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

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

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

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