#CDDDB5

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

Shades of Ottoman #CDDDB5

Tints of Ottoman #CDDDB5

Color information

#CDDDB5 (or 0xCDDDB5) is unknown color: approx Ottoman. HEX triplet: CD, DD and B5. RGB value is (205,221,181). Sum of RGB (Red+Green+Blue) = 205+221+181=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDB5 is #32224A. Grayscale: #D3D3D3. Windows color (decimal): -3285579 or 11918797. OLE color: 11918797.

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

Color convert

RGB205221181-
CMYK0.0700.180.13
HSL84º37.04%78.82%-
HSV(B)84º18.1%86.67%-
XYZ59.3768.0353.72-
YUV211.66110.7123.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 181 (71.09% from 255) = 29.82%
R=33.77%
G=36.41%
B=29.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211810.0700.180.138437.0478.82
HexCDDDB57012D54254f
Octal31533526570221512445117
Binary110011011101110110110101111010010110110101001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDB5; }

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

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

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

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

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

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

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

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