#D2DCC4

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

Shades of Ottoman #D2DCC4

Tints of Ottoman #D2DCC4

Color information

#D2DCC4 (or 0xD2DCC4) is unknown color: approx Ottoman. HEX triplet: D2, DC and C4. RGB value is (210,220,196). Sum of RGB (Red+Green+Blue) = 210+220+196=626 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.55% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCC4 is #2D233B. Grayscale: #D6D6D6. Windows color (decimal): -2958140 or 12901586. OLE color: 12901586.

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

Color convert

RGB210220196-
CMYK0.0500.110.14
HSL85º25.53%81.57%-
HSV(B)85º10.91%86.27%-
XYZ62.1468.8762.24-
YUV214.27117.69124.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.55%
GREEN value IS 220 (86.33% from 255) = 35.14%
BLUE value IS 196 (76.95% from 255) = 31.31%
R=33.55%
G=35.14%
B=31.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102201960.0500.110.148525.5381.57
HexD2DCC450BE551a52
Octal32233430450131612532122
Binary1101001011011100110001001010101111101010101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCC4; }

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

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

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

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

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

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

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

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