#D6E0CC

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

Shades of Ottoman #D6E0CC

Tints of Ottoman #D6E0CC

Color information

#D6E0CC (or 0xD6E0CC) is unknown color: approx Ottoman. HEX triplet: D6, E0 and CC. RGB value is (214,224,204). Sum of RGB (Red+Green+Blue) = 214+224+204=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E0CC is #291F33. Grayscale: #DADADA. Windows color (decimal): -2694964 or 13426902. OLE color: 13426902.

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

Color convert

RGB214224204-
CMYK0.0400.090.12
HSL90º24.39%83.92%-
HSV(B)90º8.93%87.84%-
XYZ65.2971.9767.58-
YUV218.73119.69124.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.33%
GREEN value IS 224 (87.89% from 255) = 34.89%
BLUE value IS 204 (80.08% from 255) = 31.78%
R=33.33%
G=34.89%
B=31.78%

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
Decimal2142242040.0400.090.129024.3983.92
HexD6E0CC409C5a1854
Octal32634031440111413230124
Binary1101011011100000110011001000100111001011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E0CC; }

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

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

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

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

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

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

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

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