#D2E5BD

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

Shades of Ottoman #D2E5BD

Tints of Ottoman #D2E5BD

Color information

#D2E5BD (or 0xD2E5BD) is unknown color: approx Ottoman. HEX triplet: D2, E5 and BD. RGB value is (210,229,189). Sum of RGB (Red+Green+Blue) = 210+229+189=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E5BD is #2D1A42. Grayscale: #DADADA. Windows color (decimal): -2955843 or 12445138. OLE color: 12445138.

HSL color Cylindrical-coordinate representation of color #D2E5BD: hue angle of 88.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2E5BD is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB210229189-
CMYK0.0800.170.10
HSL88.5º43.48%81.96%-
HSV(B)88.5º17.47%89.8%-
XYZ63.7873.4158.95-
YUV218.76111.21121.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.44%
GREEN value IS 229 (89.84% from 255) = 36.46%
BLUE value IS 189 (74.22% from 255) = 30.10%
R=33.44%
G=36.46%
B=30.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2102291890.0800.170.1088.543.4881.96
HexD2E5BD8011A582b52
Octal322345275100211213053122
Binary1101001011100101101111011000010001101010110001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E5BD; }

 p { color: rgb(210,229,189); }

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

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

 a { background-color: rgb(210,229,189); }

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

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

 span { border-color: rgb(210,229,189); }

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