#CDD6C0

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

Shades of Ottoman #CDD6C0

Tints of Ottoman #CDD6C0

Color information

#CDD6C0 (or 0xCDD6C0) is unknown color: approx Ottoman. HEX triplet: CD, D6 and C0. RGB value is (205,214,192). Sum of RGB (Red+Green+Blue) = 205+214+192=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD6C0 is #32293F. Grayscale: #D0D0D0. Windows color (decimal): -3287360 or 12637901. OLE color: 12637901.

HSL color Cylindrical-coordinate representation of color #CDD6C0: hue angle of 84.55º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDD6C0 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB205214192-
CMYK0.0400.100.16
HSL84.55º21.15%79.61%-
HSV(B)84.55º10.28%83.92%-
XYZ58.7464.8859.3-
YUV208.8118.52125.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 214 (83.98% from 255) = 35.02%
BLUE value IS 192 (75.39% from 255) = 31.42%
R=33.55%
G=35.02%
B=31.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141920.0400.100.1684.5521.1579.61
HexCDD6C040A10551550
Octal31532630040122012525120
Binary11001101110101101100000010001010100001010101101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6C0; }

 p { color: rgb(205,214,192); }

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

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

 a { background-color: rgb(205,214,192); }

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

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

 span { border-color: rgb(205,214,192); }

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