#CDDBB9

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

Shades of Ottoman #CDDBB9

Tints of Ottoman #CDDBB9

Color information

#CDDBB9 (or 0xCDDBB9) is unknown color: approx Ottoman. HEX triplet: CD, DB and B9. RGB value is (205,219,185). Sum of RGB (Red+Green+Blue) = 205+219+185=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBB9 is #322446. Grayscale: #D3D3D3. Windows color (decimal): -3286087 or 12180429. OLE color: 12180429.

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

Color convert

RGB205219185-
CMYK0.0600.160.14
HSL84.71º32.08%79.22%-
HSV(B)84.71º15.53%85.88%-
XYZ59.2767.1455.74-
YUV210.94113.36123.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.66%
GREEN value IS 219 (85.94% from 255) = 35.96%
BLUE value IS 185 (72.66% from 255) = 30.38%
R=33.66%
G=35.96%
B=30.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052191850.0600.160.1484.7132.0879.22
HexCDDBB96010E55204f
Octal31533327160201612540117
Binary110011011101101110111001110010000111010101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBB9; }

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

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

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

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

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

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

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

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