#CDD2C9

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

Shades of Ottoman #CDD2C9

Tints of Ottoman #CDD2C9

Color information

#CDD2C9 (or 0xCDD2C9) is unknown color: approx Ottoman. HEX triplet: CD, D2 and C9. RGB value is (205,210,201). Sum of RGB (Red+Green+Blue) = 205+210+201=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD2C9 is #322D36. Grayscale: #CFCFCF. Windows color (decimal): -3288375 or 13226701. OLE color: 13226701.

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

Color convert

RGB205210201-
CMYK0.0200.040.18
HSL93.33º9.09%80.59%-
HSV(B)93.33º4.29%82.35%-
XYZ58.7763.2964.38-
YUV207.48124.34126.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.28%
GREEN value IS 210 (82.42% from 255) = 34.09%
BLUE value IS 201 (78.91% from 255) = 32.63%
R=33.28%
G=34.09%
B=32.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052102010.0200.040.1893.339.0980.59
HexCDD2C9204125d951
Octal3153223112042213511121
Binary11001101110100101100100110010010010101110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2C9; }

 p { color: rgb(205,210,201); }

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

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

 a { background-color: rgb(205,210,201); }

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

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

 span { border-color: rgb(205,210,201); }

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