#D2E5BA

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

Shades of Ottoman #D2E5BA

Tints of Ottoman #D2E5BA

Color information

#D2E5BA (or 0xD2E5BA) is unknown color: approx Ottoman. HEX triplet: D2, E5 and BA. RGB value is (210,229,186). Sum of RGB (Red+Green+Blue) = 210+229+186=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E5BA is #2D1A45. Grayscale: #DADADA. Windows color (decimal): -2955846 or 12248530. OLE color: 12248530.

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

Color convert

RGB210229186-
CMYK0.0800.190.10
HSL86.51º45.26%81.37%-
HSV(B)86.51º18.78%89.8%-
XYZ63.4673.2957.26-
YUV218.42109.71122-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.6%
GREEN value IS 229 (89.84% from 255) = 36.64%
BLUE value IS 186 (73.05% from 255) = 29.76%
R=33.6%
G=36.64%
B=29.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2102291860.0800.190.1086.5145.2681.37
HexD2E5BA8013A572d51
Octal322345272100231212755121
Binary1101001011100101101110101000010011101010101111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E5BA; }

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

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

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

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

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

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

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

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