#D6E0C9

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

Shades of Ottoman #D6E0C9

Tints of Ottoman #D6E0C9

Color information

#D6E0C9 (or 0xD6E0C9) is unknown color: approx Ottoman. HEX triplet: D6, E0 and C9. RGB value is (214,224,201). Sum of RGB (Red+Green+Blue) = 214+224+201=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E0C9 is #291F36. Grayscale: #DADADA. Windows color (decimal): -2694967 or 13230294. OLE color: 13230294.

HSL color Cylindrical-coordinate representation of color #D6E0C9: hue angle of 86.09º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6E0C9 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB214224201-
CMYK0.0400.100.12
HSL86.09º27.06%83.33%-
HSV(B)86.09º10.27%87.84%-
XYZ64.9371.8265.7-
YUV218.39118.19124.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.49%
GREEN value IS 224 (87.89% from 255) = 35.05%
BLUE value IS 201 (78.91% from 255) = 31.46%
R=33.49%
G=35.05%
B=31.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142242010.0400.100.1286.0927.0683.33
HexD6E0C940AC561b53
Octal32634031140121412633123
Binary1101011011100000110010011000101011001010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E0C9; }

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

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

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

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

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

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

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

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