#D2E2BF

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

Shades of Ottoman #D2E2BF

Tints of Ottoman #D2E2BF

Color information

#D2E2BF (or 0xD2E2BF) is unknown color: approx Ottoman. HEX triplet: D2, E2 and BF. RGB value is (210,226,191). Sum of RGB (Red+Green+Blue) = 210+226+191=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 226 (88.67% from 255 or 36.04% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E2BF is #2D1D40. Grayscale: #D9D9D9. Windows color (decimal): -2956609 or 12575442. OLE color: 12575442.

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

Color convert

RGB210226191-
CMYK0.0700.150.11
HSL87.43º37.63%81.76%-
HSV(B)87.43º15.49%88.63%-
XYZ63.1871.8659.83-
YUV217.23113.2122.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.49%
GREEN value IS 226 (88.67% from 255) = 36.04%
BLUE value IS 191 (75% from 255) = 30.46%
R=33.49%
G=36.04%
B=30.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102261910.0700.150.1187.4337.6381.76
HexD2E2BF70FB572652
Octal32234227770171312746122
Binary11010010111000101011111111101111101110101111001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E2BF; }

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

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

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

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

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

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

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

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