#D6DBD0

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

Shades of Ottoman #D6DBD0

Tints of Ottoman #D6DBD0

Color information

#D6DBD0 (or 0xD6DBD0) is unknown color: approx Ottoman. HEX triplet: D6, DB and D0. RGB value is (214,219,208). Sum of RGB (Red+Green+Blue) = 214+219+208=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DBD0 is #29242F. Grayscale: #D8D8D8. Windows color (decimal): -2696240 or 13687766. OLE color: 13687766.

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

Color convert

RGB214219208-
CMYK0.0200.050.14
HSL87.27º13.25%83.73%-
HSV(B)87.27º5.02%85.88%-
XYZ64.4569.5169.7-
YUV216.25123.34126.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.39%
GREEN value IS 219 (85.94% from 255) = 34.17%
BLUE value IS 208 (81.64% from 255) = 32.45%
R=33.39%
G=34.17%
B=32.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142192080.0200.050.1487.2713.2583.73
HexD6DBD0205E57d54
Octal3263333202051612715124
Binary1101011011011011110100001001011110101011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DBD0; }

 p { color: rgb(214,219,208); }

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

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

 a { background-color: rgb(214,219,208); }

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

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

 span { border-color: rgb(214,219,208); }

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