#D6E0CB

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

Shades of Ottoman #D6E0CB

Tints of Ottoman #D6E0CB

Color information

#D6E0CB (or 0xD6E0CB) is unknown color: approx Ottoman. HEX triplet: D6, E0 and CB. RGB value is (214,224,203). Sum of RGB (Red+Green+Blue) = 214+224+203=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E0CB is #291F34. Grayscale: #DADADA. Windows color (decimal): -2694965 or 13361366. OLE color: 13361366.

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

Color convert

RGB214224203-
CMYK0.0400.090.12
HSL88.57º25.3%83.73%-
HSV(B)88.57º9.38%87.84%-
XYZ65.1771.9266.95-
YUV218.62119.19124.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.39%
GREEN value IS 224 (87.89% from 255) = 34.95%
BLUE value IS 203 (79.69% from 255) = 31.67%
R=33.39%
G=34.95%
B=31.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142242030.0400.090.1288.5725.383.73
HexD6E0CB409C591954
Octal32634031340111413131124
Binary1101011011100000110010111000100111001011001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E0CB; }

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

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

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

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

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

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

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

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