#D2DDCA

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

Shades of Ottoman #D2DDCA

Tints of Ottoman #D2DDCA

Color information

#D2DDCA (or 0xD2DDCA) is unknown color: approx Ottoman. HEX triplet: D2, DD and CA. RGB value is (210,221,202). Sum of RGB (Red+Green+Blue) = 210+221+202=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDCA is #2D2235. Grayscale: #D7D7D7. Windows color (decimal): -2957878 or 13295058. OLE color: 13295058.

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

Color convert

RGB210221202-
CMYK0.0500.090.13
HSL94.74º21.84%82.94%-
HSV(B)94.74º8.6%86.67%-
XYZ63.169.6866-
YUV215.54120.36124.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.18%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 202 (79.30% from 255) = 31.91%
R=33.18%
G=34.91%
B=31.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102212020.0500.090.1394.7421.8482.94
HexD2DDCA509D5f1653
Octal32233531250111513726123
Binary1101001011011101110010101010100111011011111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DDCA; }

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

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

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

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

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

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

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

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