#D6DECE

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

Shades of Ottoman #D6DECE

Tints of Ottoman #D6DECE

Color information

#D6DECE (or 0xD6DECE) is unknown color: approx Ottoman. HEX triplet: D6, DE and CE. RGB value is (214,222,206). Sum of RGB (Red+Green+Blue) = 214+222+206=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DECE is #292131. Grayscale: #D9D9D9. Windows color (decimal): -2695474 or 13557462. OLE color: 13557462.

HSL color Cylindrical-coordinate representation of color #D6DECE: hue angle of 90º 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 #D6DECE is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB214222206-
CMYK0.0400.070.13
HSL90º19.51%83.92%-
HSV(B)90º7.21%87.06%-
XYZ64.9970.9968.67-
YUV217.78121.35125.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.33%
GREEN value IS 222 (87.11% from 255) = 34.58%
BLUE value IS 206 (80.86% from 255) = 32.09%
R=33.33%
G=34.58%
B=32.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142222060.0400.070.139019.5183.92
HexD6DECE407D5a1454
Octal3263363164071513224124
Binary110101101101111011001110100011111011011010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DECE; }

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

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

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

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

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

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

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

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