#D2E5B6

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

Shades of Ottoman #D2E5B6

Tints of Ottoman #D2E5B6

Color information

#D2E5B6 (or 0xD2E5B6) is unknown color: approx Ottoman. HEX triplet: D2, E5 and B6. RGB value is (210,229,182). Sum of RGB (Red+Green+Blue) = 210+229+182=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E5B6 is #2D1A49. Grayscale: #DADADA. Windows color (decimal): -2955850 or 11986386. OLE color: 11986386.

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

Color convert

RGB210229182-
CMYK0.0800.210.10
HSL84.26º47.47%80.59%-
HSV(B)84.26º20.52%89.8%-
XYZ63.0473.1255.05-
YUV217.96107.71122.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.82%
GREEN value IS 229 (89.84% from 255) = 36.88%
BLUE value IS 182 (71.48% from 255) = 29.31%
R=33.82%
G=36.88%
B=29.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2102291820.0800.210.1084.2647.4780.59
HexD2E5B68015A542f51
Octal322345266100251212457121
Binary1101001011100101101101101000010101101010101001011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E5B6; }

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

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

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

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

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

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

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

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