#D1DFBE

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

Shades of Ottoman #D1DFBE

Tints of Ottoman #D1DFBE

Color information

#D1DFBE (or 0xD1DFBE) is unknown color: approx Ottoman. HEX triplet: D1, DF and BE. RGB value is (209,223,190). Sum of RGB (Red+Green+Blue) = 209+223+190=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DFBE is #2E2041. Grayscale: #D7D7D7. Windows color (decimal): -3022914 or 12509137. OLE color: 12509137.

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

Color convert

RGB209223190-
CMYK0.0600.150.13
HSL85.45º34.02%80.98%-
HSV(B)85.45º14.8%87.45%-
XYZ61.9870.0558.97-
YUV215.05113.86123.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.60%
GREEN value IS 223 (87.5% from 255) = 35.85%
BLUE value IS 190 (74.61% from 255) = 30.55%
R=33.60%
G=35.85%
B=30.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092231900.0600.150.1385.4534.0280.98
HexD1DFBE60FD552251
Octal32133727660171512542121
Binary11010001110111111011111011001111110110101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DFBE; }

 p { color: rgb(209,223,190); }

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

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

 a { background-color: rgb(209,223,190); }

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

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

 span { border-color: rgb(209,223,190); }

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