#D2E3BF

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

Shades of Ottoman #D2E3BF

Tints of Ottoman #D2E3BF

Color information

#D2E3BF (or 0xD2E3BF) is unknown color: approx Ottoman. HEX triplet: D2, E3 and BF. RGB value is (210,227,191). Sum of RGB (Red+Green+Blue) = 210+227+191=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E3BF is #2D1C40. Grayscale: #D9D9D9. Windows color (decimal): -2956353 or 12575698. OLE color: 12575698.

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

Color convert

RGB210227191-
CMYK0.0700.160.11
HSL88.33º39.13%81.96%-
HSV(B)88.33º15.86%89.02%-
XYZ63.4572.459.92-
YUV217.81112.87122.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.44%
GREEN value IS 227 (89.06% from 255) = 36.15%
BLUE value IS 191 (75% from 255) = 30.41%
R=33.44%
G=36.15%
B=30.41%

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
Decimal2102271910.0700.160.1188.3339.1381.96
HexD2E3BF7010B582752
Octal32234327770201313047122
Binary110100101110001110111111111010000101110110001001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E3BF; }

 p { color: rgb(210,227,191); }

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

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

 a { background-color: rgb(210,227,191); }

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

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

 span { border-color: rgb(210,227,191); }

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