#D2E4BB

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

Shades of Ottoman #D2E4BB

Tints of Ottoman #D2E4BB

Color information

#D2E4BB (or 0xD2E4BB) is unknown color: approx Ottoman. HEX triplet: D2, E4 and BB. RGB value is (210,228,187). Sum of RGB (Red+Green+Blue) = 210+228+187=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E4BB is #2D1B44. Grayscale: #DADADA. Windows color (decimal): -2956101 or 12313810. OLE color: 12313810.

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

Color convert

RGB210228187-
CMYK0.0800.180.11
HSL86.34º43.16%81.37%-
HSV(B)86.34º17.98%89.41%-
XYZ63.2972.7857.73-
YUV217.94110.54122.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.6%
GREEN value IS 228 (89.45% from 255) = 36.48%
BLUE value IS 187 (73.44% from 255) = 29.92%
R=33.6%
G=36.48%
B=29.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102281870.0800.180.1186.3443.1681.37
HexD2E4BB8012B562b51
Octal322344273100221312653121
Binary1101001011100100101110111000010010101110101101010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E4BB; }

 p { color: rgb(210,228,187); }

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

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

 a { background-color: rgb(210,228,187); }

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

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

 span { border-color: rgb(210,228,187); }

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