#D6DDCE

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

Shades of Ottoman #D6DDCE

Tints of Ottoman #D6DDCE

Color information

#D6DDCE (or 0xD6DDCE) is unknown color: approx Ottoman. HEX triplet: D6, DD and CE. RGB value is (214,221,206). Sum of RGB (Red+Green+Blue) = 214+221+206=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDCE is #292231. Grayscale: #D9D9D9. Windows color (decimal): -2695730 or 13557206. OLE color: 13557206.

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

Color convert

RGB214221206-
CMYK0.0300.070.13
HSL88º18.07%83.73%-
HSV(B)88º6.79%86.67%-
XYZ64.7370.4768.58-
YUV217.2121.68125.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.39%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 206 (80.86% from 255) = 32.14%
R=33.39%
G=34.48%
B=32.14%

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
Decimal2142212060.0300.070.138818.0783.73
HexD6DDCE307D581254
Octal3263353163071513022124
Binary11010110110111011100111011011111011011000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDCE; }

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

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

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

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

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

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

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

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