#CDD2C7

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

Shades of Ottoman #CDD2C7

Tints of Ottoman #CDD2C7

Color information

#CDD2C7 (or 0xCDD2C7) is unknown color: approx Ottoman. HEX triplet: CD, D2 and C7. RGB value is (205,210,199). Sum of RGB (Red+Green+Blue) = 205+210+199=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 199 (78.12% from 255 or 32.41% from 614); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD2C7 is #322D38. Grayscale: #CFCFCF. Windows color (decimal): -3288377 or 13095629. OLE color: 13095629.

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

Color convert

RGB205210199-
CMYK0.0200.050.18
HSL87.27º10.89%80.2%-
HSV(B)87.27º5.24%82.35%-
XYZ58.5363.263.15-
YUV207.25123.34126.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.39%
GREEN value IS 210 (82.42% from 255) = 34.20%
BLUE value IS 199 (78.12% from 255) = 32.41%
R=33.39%
G=34.20%
B=32.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052101990.0200.050.1887.2710.8980.2
HexCDD2C72051257b50
Octal3153223072052212713120
Binary11001101110100101100011110010110010101011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2C7; }

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

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

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

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

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

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

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

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