#D6E2C9

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

Shades of Ottoman #D6E2C9

Tints of Ottoman #D6E2C9

Color information

#D6E2C9 (or 0xD6E2C9) is unknown color: approx Ottoman. HEX triplet: D6, E2 and C9. RGB value is (214,226,201). Sum of RGB (Red+Green+Blue) = 214+226+201=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E2C9 is #291D36. Grayscale: #DBDBDB. Windows color (decimal): -2694455 or 13230806. OLE color: 13230806.

HSL color Cylindrical-coordinate representation of color #D6E2C9: hue angle of 88.8º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6E2C9 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB214226201-
CMYK0.0500.110.11
HSL88.8º30.12%83.73%-
HSV(B)88.8º11.06%88.63%-
XYZ65.4772.9165.88-
YUV219.56117.52124.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.39%
GREEN value IS 226 (88.67% from 255) = 35.26%
BLUE value IS 201 (78.91% from 255) = 31.36%
R=33.39%
G=35.26%
B=31.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142262010.0500.110.1188.830.1283.73
HexD6E2C950BB591e54
Octal32634231150131313136124
Binary1101011011100010110010011010101110111011001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E2C9; }

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

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

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

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

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

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

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

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