#CDDBA9

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

Shades of Reef #CDDBA9

Tints of Reef #CDDBA9

Color information

#CDDBA9 (or 0xCDDBA9) is unknown color: approx Reef. HEX triplet: CD, DB and A9. RGB value is (205,219,169). Sum of RGB (Red+Green+Blue) = 205+219+169=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 169 (66.41% from 255 or 28.50% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDBA9 is #322456. Grayscale: #D1D1D1. Windows color (decimal): -3286103 or 11131853. OLE color: 11131853.

HSL color Cylindrical-coordinate representation of color #CDDBA9: hue angle of 76.8º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDDBA9 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB205219169-
CMYK0.0600.230.14
HSL76.8º40.98%76.08%-
HSV(B)76.8º22.83%85.88%-
XYZ57.6766.5147.33-
YUV209.11105.36125.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.57%
GREEN value IS 219 (85.94% from 255) = 36.93%
BLUE value IS 169 (66.41% from 255) = 28.50%
R=34.57%
G=36.93%
B=28.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052191690.0600.230.1476.840.9876.08
HexCDDBA96017E4d294c
Octal31533325160271611551114
Binary110011011101101110101001110010111111010011011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBA9; }

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

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

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

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

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

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

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

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