#D6DFCE

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

Shades of Ottoman #D6DFCE

Tints of Ottoman #D6DFCE

Color information

#D6DFCE (or 0xD6DFCE) is unknown color: approx Ottoman. HEX triplet: D6, DF and CE. RGB value is (214,223,206). Sum of RGB (Red+Green+Blue) = 214+223+206=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFCE is #292031. Grayscale: #DADADA. Windows color (decimal): -2695218 or 13557718. OLE color: 13557718.

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

Color convert

RGB214223206-
CMYK0.0400.080.13
HSL91.76º20.99%84.12%-
HSV(B)91.76º7.62%87.45%-
XYZ65.2671.5368.76-
YUV218.37121.02124.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.28%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 206 (80.86% from 255) = 32.04%
R=33.28%
G=34.68%
B=32.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142232060.0400.080.1391.7620.9984.12
HexD6DFCE408D5c1554
Octal32633731640101513425124
Binary1101011011011111110011101000100011011011100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DFCE; }

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

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

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

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

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

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

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

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