#D7DECE

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

Shades of Ottoman #D7DECE

Tints of Ottoman #D7DECE

Color information

#D7DECE (or 0xD7DECE) is unknown color: approx Ottoman. HEX triplet: D7, DE and CE. RGB value is (215,222,206). Sum of RGB (Red+Green+Blue) = 215+222+206=643 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.44% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DECE is #282131. Grayscale: #DADADA. Windows color (decimal): -2629938 or 13557463. OLE color: 13557463.

HSL color Cylindrical-coordinate representation of color #D7DECE: hue angle of 86.25º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7DECE is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB215222206-
CMYK0.0300.070.13
HSL86.25º19.51%83.92%-
HSV(B)86.25º7.21%87.06%-
XYZ65.2971.1568.68-
YUV218.08121.18125.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.44%
GREEN value IS 222 (87.11% from 255) = 34.53%
BLUE value IS 206 (80.86% from 255) = 32.04%
R=33.44%
G=34.53%
B=32.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152222060.0300.070.1386.2519.5183.92
HexD7DECE307D561454
Octal3273363163071512624124
Binary11010111110111101100111011011111011010110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DECE; }

 p { color: rgb(215,222,206); }

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

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

 a { background-color: rgb(215,222,206); }

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

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

 span { border-color: rgb(215,222,206); }

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