#D6DFCB

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

Shades of Ottoman #D6DFCB

Tints of Ottoman #D6DFCB

Color information

#D6DFCB (or 0xD6DFCB) is unknown color: approx Ottoman. HEX triplet: D6, DF and CB. RGB value is (214,223,203). Sum of RGB (Red+Green+Blue) = 214+223+203=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFCB is #292034. Grayscale: #DADADA. Windows color (decimal): -2695221 or 13361110. OLE color: 13361110.

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

Color convert

RGB214223203-
CMYK0.0400.090.13
HSL87º23.81%83.53%-
HSV(B)87º8.97%87.45%-
XYZ64.971.3866.86-
YUV218.03119.52125.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.44%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 203 (79.69% from 255) = 31.72%
R=33.44%
G=34.84%
B=31.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142232030.0400.090.138723.8183.53
HexD6DFCB409D571854
Octal32633731340111512730124
Binary1101011011011111110010111000100111011010111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DFCB; }

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

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

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

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

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

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

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

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