#D2E2BD

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

Shades of Ottoman #D2E2BD

Tints of Ottoman #D2E2BD

Color information

#D2E2BD (or 0xD2E2BD) is unknown color: approx Ottoman. HEX triplet: D2, E2 and BD. RGB value is (210,226,189). Sum of RGB (Red+Green+Blue) = 210+226+189=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E2BD is #2D1D42. Grayscale: #D9D9D9. Windows color (decimal): -2956611 or 12444370. OLE color: 12444370.

HSL color Cylindrical-coordinate representation of color #D2E2BD: hue angle of 85.95º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2E2BD is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB210226189-
CMYK0.0700.160.11
HSL85.95º38.95%81.37%-
HSV(B)85.95º16.37%88.63%-
XYZ62.9671.7758.68-
YUV217112.2123.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.6%
GREEN value IS 226 (88.67% from 255) = 36.16%
BLUE value IS 189 (74.22% from 255) = 30.24%
R=33.6%
G=36.16%
B=30.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102261890.0700.160.1185.9538.9581.37
HexD2E2BD7010B562751
Octal32234227570201312647121
Binary110100101110001010111101111010000101110101101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E2BD; }

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

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

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

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

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

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

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

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