#CDDDAA

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

Shades of Reef #CDDDAA

Tints of Reef #CDDDAA

Color information

#CDDDAA (or 0xCDDDAA) is unknown color: approx Reef. HEX triplet: CD, DD and AA. RGB value is (205,221,170). Sum of RGB (Red+Green+Blue) = 205+221+170=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDDAA is #322255. Grayscale: #D2D2D2. Windows color (decimal): -3285590 or 11197901. OLE color: 11197901.

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

Color convert

RGB205221170-
CMYK0.0700.230.13
HSL78.82º42.86%76.67%-
HSV(B)78.82º23.08%86.67%-
XYZ58.2967.5948.01-
YUV210.4105.2124.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 221 (86.72% from 255) = 37.08%
BLUE value IS 170 (66.80% from 255) = 28.52%
R=34.40%
G=37.08%
B=28.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211700.0700.230.1378.8242.8676.67
HexCDDDAA7017D4f2b4d
Octal31533525270271511753115
Binary110011011101110110101010111010111110110011111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDAA; }

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

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

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

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

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

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

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

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