#CDD9C3

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

Shades of Ottoman #CDD9C3

Tints of Ottoman #CDD9C3

Color information

#CDD9C3 (or 0xCDD9C3) is unknown color: approx Ottoman. HEX triplet: CD, D9 and C3. RGB value is (205,217,195). Sum of RGB (Red+Green+Blue) = 205+217+195=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9C3 is #32263C. Grayscale: #D2D2D2. Windows color (decimal): -3286589 or 12835277. OLE color: 12835277.

HSL color Cylindrical-coordinate representation of color #CDD9C3: hue angle of 92.73º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDD9C3 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB205217195-
CMYK0.0600.100.15
HSL92.73º22.45%80.78%-
HSV(B)92.73º10.14%85.1%-
XYZ59.8466.5461.32-
YUV210.9119.02123.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.23%
GREEN value IS 217 (85.16% from 255) = 35.17%
BLUE value IS 195 (76.56% from 255) = 31.60%
R=33.23%
G=35.17%
B=31.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052171950.0600.100.1592.7322.4580.78
HexCDD9C360AF5d1651
Octal31533130360121713526121
Binary1100110111011001110000111100101011111011101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD9C3; }

 p { color: rgb(205,217,195); }

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

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

 a { background-color: rgb(205,217,195); }

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

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

 span { border-color: rgb(205,217,195); }

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