#CDDDB9

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

Shades of Ottoman #CDDDB9

Tints of Ottoman #CDDDB9

Color information

#CDDDB9 (or 0xCDDDB9) is unknown color: approx Ottoman. HEX triplet: CD, DD and B9. RGB value is (205,221,185). Sum of RGB (Red+Green+Blue) = 205+221+185=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDB9 is #322246. Grayscale: #D4D4D4. Windows color (decimal): -3285575 or 12180941. OLE color: 12180941.

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

Color convert

RGB205221185-
CMYK0.0700.160.13
HSL86.67º34.62%79.61%-
HSV(B)86.67º16.29%86.67%-
XYZ59.7968.1955.91-
YUV212.11112.7122.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 221 (86.72% from 255) = 36.17%
BLUE value IS 185 (72.66% from 255) = 30.28%
R=33.55%
G=36.17%
B=30.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211850.0700.160.1386.6734.6279.61
HexCDDDB97010D572350
Octal31533527170201512743120
Binary110011011101110110111001111010000110110101111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDB9; }

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

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

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

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

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

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

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

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