#D2DCCB

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

Shades of Ottoman #D2DCCB

Tints of Ottoman #D2DCCB

Color information

#D2DCCB (or 0xD2DCCB) is unknown color: approx Ottoman. HEX triplet: D2, DC and CB. RGB value is (210,220,203). Sum of RGB (Red+Green+Blue) = 210+220+203=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCCB is #2D2334. Grayscale: #D7D7D7. Windows color (decimal): -2958133 or 13360338. OLE color: 13360338.

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

Color convert

RGB210220203-
CMYK0.0500.080.14
HSL95.29º19.54%82.94%-
HSV(B)95.29º7.73%86.27%-
XYZ62.9569.266.54-
YUV215.07121.19124.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.18%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 203 (79.69% from 255) = 32.07%
R=33.18%
G=34.76%
B=32.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102202030.0500.080.1495.2919.5482.94
HexD2DCCB508E5f1453
Octal32233431350101613724123
Binary1101001011011100110010111010100011101011111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCCB; }

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

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

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

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

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

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

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

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