#D6DFCD

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

Shades of Ottoman #D6DFCD

Tints of Ottoman #D6DFCD

Color information

#D6DFCD (or 0xD6DFCD) is unknown color: approx Ottoman. HEX triplet: D6, DF and CD. RGB value is (214,223,205). Sum of RGB (Red+Green+Blue) = 214+223+205=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFCD is #292032. Grayscale: #DADADA. Windows color (decimal): -2695219 or 13492182. OLE color: 13492182.

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

Color convert

RGB214223205-
CMYK0.0400.080.13
HSL90º21.95%83.92%-
HSV(B)90º8.07%87.45%-
XYZ65.1471.4868.12-
YUV218.26120.52124.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.33%
GREEN value IS 223 (87.5% from 255) = 34.74%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=33.33%
G=34.74%
B=31.93%

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
Decimal2142232050.0400.080.139021.9583.92
HexD6DFCD408D5a1654
Octal32633731540101513226124
Binary1101011011011111110011011000100011011011010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DFCD; }

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

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

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

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

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

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

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

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