#D2DDC3

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

Shades of Ottoman #D2DDC3

Tints of Ottoman #D2DDC3

Color information

#D2DDC3 (or 0xD2DDC3) is unknown color: approx Ottoman. HEX triplet: D2, DD and C3. RGB value is (210,221,195). Sum of RGB (Red+Green+Blue) = 210+221+195=626 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.55% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 195 (76.56% from 255 or 31.15% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDC3 is #2D223C. Grayscale: #D6D6D6. Windows color (decimal): -2957885 or 12836306. OLE color: 12836306.

HSL color Cylindrical-coordinate representation of color #D2DDC3: hue angle of 85.38º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2DDC3 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB210221195-
CMYK0.0500.120.13
HSL85.38º27.66%81.57%-
HSV(B)85.38º11.76%86.67%-
XYZ62.2969.3561.73-
YUV214.75116.86124.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.55%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 195 (76.56% from 255) = 31.15%
R=33.55%
G=35.30%
B=31.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102211950.0500.120.1385.3827.6681.57
HexD2DDC350CD551c52
Octal32233530350141512534122
Binary1101001011011101110000111010110011011010101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DDC3; }

 p { color: rgb(210,221,195); }

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

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

 a { background-color: rgb(210,221,195); }

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

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

 span { border-color: rgb(210,221,195); }

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