#CDDDA9

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

Shades of Reef #CDDDA9

Tints of Reef #CDDDA9

Color information

#CDDDA9 (or 0xCDDDA9) is unknown color: approx Reef. HEX triplet: CD, DD and A9. RGB value is (205,221,169). Sum of RGB (Red+Green+Blue) = 205+221+169=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDDA9 is #322256. Grayscale: #D2D2D2. Windows color (decimal): -3285591 or 11132365. OLE color: 11132365.

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

Color convert

RGB205221169-
CMYK0.0700.240.13
HSL78.46º43.33%76.47%-
HSV(B)78.46º23.53%86.67%-
XYZ58.1967.5647.51-
YUV210.29104.7124.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 169 (66.41% from 255) = 28.40%
R=34.45%
G=37.14%
B=28.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211690.0700.240.1378.4643.3376.47
HexCDDDA97018D4e2b4c
Octal31533525170301511653114
Binary110011011101110110101001111011000110110011101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDA9; }

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

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

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

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

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

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

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

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