#D1DEBF

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

Shades of Ottoman #D1DEBF

Tints of Ottoman #D1DEBF

Color information

#D1DEBF (or 0xD1DEBF) is unknown color: approx Ottoman. HEX triplet: D1, DE and BF. RGB value is (209,222,191). Sum of RGB (Red+Green+Blue) = 209+222+191=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DEBF is #2E2140. Grayscale: #D6D6D6. Windows color (decimal): -3023169 or 12574417. OLE color: 12574417.

HSL color Cylindrical-coordinate representation of color #D1DEBF: hue angle of 85.16º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1DEBF is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB209222191-
CMYK0.0600.140.13
HSL85.16º31.96%80.98%-
HSV(B)85.16º13.96%87.06%-
XYZ61.8269.5659.46-
YUV214.58114.69124.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.60%
GREEN value IS 222 (87.11% from 255) = 35.69%
BLUE value IS 191 (75% from 255) = 30.71%
R=33.60%
G=35.69%
B=30.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092221910.0600.140.1385.1631.9680.98
HexD1DEBF60ED552051
Octal32133627760161512540121
Binary11010001110111101011111111001110110110101011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DEBF; }

 p { color: rgb(209,222,191); }

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

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

 a { background-color: rgb(209,222,191); }

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

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

 span { border-color: rgb(209,222,191); }

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