#CDD1CB

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

Shades of Ottoman #CDD1CB

Tints of Ottoman #CDD1CB

Color information

#CDD1CB (or 0xCDD1CB) is unknown color: approx Ottoman. HEX triplet: CD, D1 and CB. RGB value is (205,209,203). Sum of RGB (Red+Green+Blue) = 205+209+203=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD1CB is #322E34. Grayscale: #CFCFCF. Windows color (decimal): -3288629 or 13357517. OLE color: 13357517.

HSL color Cylindrical-coordinate representation of color #CDD1CB: hue angle of 100º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CDD1CB is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB205209203-
CMYK0.0200.030.18
HSL100º6.12%80.78%-
HSV(B)100º2.87%81.96%-
XYZ58.7662.8965.54-
YUV207.12125.67126.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.23%
GREEN value IS 209 (82.03% from 255) = 33.87%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=33.23%
G=33.87%
B=32.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052092030.0200.030.181006.1280.78
HexCDD1CB2031264651
Octal315321313203221446121
Binary110011011101000111001011100111001011001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD1CB; }

 p { color: rgb(205,209,203); }

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

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

 a { background-color: rgb(205,209,203); }

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

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

 span { border-color: rgb(205,209,203); }

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