#CEDDA2

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

Shades of Reef #CEDDA2

Tints of Reef #CEDDA2

Color information

#CEDDA2 (or 0xCEDDA2) is unknown color: approx Reef. HEX triplet: CE, DD and A2. RGB value is (206,221,162). Sum of RGB (Red+Green+Blue) = 206+221+162=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 162 (63.67% from 255 or 27.50% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDDA2 is #31225D. Grayscale: #D2D2D2. Windows color (decimal): -3220062 or 10673614. OLE color: 10673614.

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

Color convert

RGB206221162-
CMYK0.0700.270.13
HSL75.25º46.46%75.1%-
HSV(B)75.25º26.7%86.67%-
XYZ57.8367.4444.15-
YUV209.79101.03125.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 221 (86.72% from 255) = 37.52%
BLUE value IS 162 (63.67% from 255) = 27.50%
R=34.97%
G=37.52%
B=27.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062211620.0700.270.1375.2546.4675.1
HexCEDDA2701BD4b2e4b
Octal31633524270331511356113
Binary110011101101110110100010111011011110110010111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDA2; }

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

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

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

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

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

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

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

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