#D2E0C8

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

Shades of Ottoman #D2E0C8

Tints of Ottoman #D2E0C8

Color information

#D2E0C8 (or 0xD2E0C8) is unknown color: approx Ottoman. HEX triplet: D2, E0 and C8. RGB value is (210,224,200). Sum of RGB (Red+Green+Blue) = 210+224+200=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 200 (78.52% from 255 or 31.55% from 634); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E0C8 is #2D1F37. Grayscale: #D9D9D9. Windows color (decimal): -2957112 or 13164754. OLE color: 13164754.

HSL color Cylindrical-coordinate representation of color #D2E0C8: hue angle of 95º 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 #D2E0C8 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB210224200-
CMYK0.0600.110.12
HSL95º27.91%83.14%-
HSV(B)95º10.71%87.84%-
XYZ63.6671.1865.03-
YUV217.08118.36122.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.12%
GREEN value IS 224 (87.89% from 255) = 35.33%
BLUE value IS 200 (78.52% from 255) = 31.55%
R=33.12%
G=35.33%
B=31.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102242000.0600.110.129527.9183.14
HexD2E0C860BC5f1c53
Octal32234031060131413734123
Binary1101001011100000110010001100101111001011111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E0C8; }

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

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

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

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

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

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

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

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