#CDDDA2

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

Shades of Reef #CDDDA2

Tints of Reef #CDDDA2

Color information

#CDDDA2 (or 0xCDDDA2) is unknown color: approx Reef. HEX triplet: CD, DD and A2. RGB value is (205,221,162). Sum of RGB (Red+Green+Blue) = 205+221+162=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDDA2 is #32225D. Grayscale: #D1D1D1. Windows color (decimal): -3285598 or 10673613. OLE color: 10673613.

HSL color Cylindrical-coordinate representation of color #CDDDA2: hue angle of 76.27º 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 #CDDDA2 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB205221162-
CMYK0.0700.270.13
HSL76.27º46.46%75.1%-
HSV(B)76.27º26.7%86.67%-
XYZ57.5567.344.14-
YUV209.49101.2124.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 221 (86.72% from 255) = 37.59%
BLUE value IS 162 (63.67% from 255) = 27.55%
R=34.86%
G=37.59%
B=27.55%

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
Decimal2052211620.0700.270.1376.2746.4675.1
HexCDDDA2701BD4c2e4b
Octal31533524270331511456113
Binary110011011101110110100010111011011110110011001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDA2; }

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

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

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

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

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

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

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

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