#D1E0C8

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

Shades of Ottoman #D1E0C8

Tints of Ottoman #D1E0C8

Color information

#D1E0C8 (or 0xD1E0C8) is unknown color: approx Ottoman. HEX triplet: D1, E0 and C8. RGB value is (209,224,200). Sum of RGB (Red+Green+Blue) = 209+224+200=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E0C8 is #2E1F37. Grayscale: #D8D8D8. Windows color (decimal): -3022648 or 13164753. OLE color: 13164753.

HSL color Cylindrical-coordinate representation of color #D1E0C8: hue angle of 97.5º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1E0C8 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB209224200-
CMYK0.0700.110.12
HSL97.5º27.91%83.14%-
HSV(B)97.5º10.71%87.84%-
XYZ63.3871.0465.01-
YUV216.78118.53122.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.02%
GREEN value IS 224 (87.89% from 255) = 35.39%
BLUE value IS 200 (78.52% from 255) = 31.60%
R=33.02%
G=35.39%
B=31.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2092242000.0700.110.1297.527.9183.14
HexD1E0C870BC611c53
Octal32134031070131414134123
Binary1101000111100000110010001110101111001100001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E0C8; }

 p { color: rgb(209,224,200); }

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

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

 a { background-color: rgb(209,224,200); }

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

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

 span { border-color: rgb(209,224,200); }

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