#CDD7C0

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

Shades of Ottoman #CDD7C0

Tints of Ottoman #CDD7C0

Color information

#CDD7C0 (or 0xCDD7C0) is unknown color: approx Ottoman. HEX triplet: CD, D7 and C0. RGB value is (205,215,192). Sum of RGB (Red+Green+Blue) = 205+215+192=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD7C0 is #32283F. Grayscale: #D1D1D1. Windows color (decimal): -3287104 or 12638157. OLE color: 12638157.

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

Color convert

RGB205215192-
CMYK0.0500.110.16
HSL86.09º22.33%79.8%-
HSV(B)86.09º10.7%84.31%-
XYZ58.9965.3959.38-
YUV209.39118.19124.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.50%
GREEN value IS 215 (84.38% from 255) = 35.13%
BLUE value IS 192 (75.39% from 255) = 31.37%
R=33.50%
G=35.13%
B=31.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052151920.0500.110.1686.0922.3379.8
HexCDD7C050B10561650
Octal31532730050132012626120
Binary11001101110101111100000010101011100001010110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7C0; }

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

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

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

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

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

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

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

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