#D2DCC2

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

Shades of Ottoman #D2DCC2

Tints of Ottoman #D2DCC2

Color information

#D2DCC2 (or 0xD2DCC2) is unknown color: approx Ottoman. HEX triplet: D2, DC and C2. RGB value is (210,220,194). Sum of RGB (Red+Green+Blue) = 210+220+194=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCC2 is #2D233D. Grayscale: #D6D6D6. Windows color (decimal): -2958142 or 12770514. OLE color: 12770514.

HSL color Cylindrical-coordinate representation of color #D2DCC2: hue angle of 83.08º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2DCC2 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB210220194-
CMYK0.0500.120.14
HSL83.08º27.08%81.18%-
HSV(B)83.08º11.82%86.27%-
XYZ61.9168.7861.05-
YUV214.05116.69125.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.65%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 194 (76.17% from 255) = 31.09%
R=33.65%
G=35.26%
B=31.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102201940.0500.120.1483.0827.0881.18
HexD2DCC250CE531b51
Octal32233430250141612333121
Binary1101001011011100110000101010110011101010011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCC2; }

 p { color: rgb(210,220,194); }

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

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

 a { background-color: rgb(210,220,194); }

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

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

 span { border-color: rgb(210,220,194); }

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