#D1DEBB

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

Shades of Ottoman #D1DEBB

Tints of Ottoman #D1DEBB

Color information

#D1DEBB (or 0xD1DEBB) is unknown color: approx Ottoman. HEX triplet: D1, DE and BB. RGB value is (209,222,187). Sum of RGB (Red+Green+Blue) = 209+222+187=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DEBB is #2E2144. Grayscale: #D6D6D6. Windows color (decimal): -3023173 or 12312273. OLE color: 12312273.

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

Color convert

RGB209222187-
CMYK0.0600.160.13
HSL82.29º34.65%80.2%-
HSV(B)82.29º15.77%87.06%-
XYZ61.3969.3957.17-
YUV214.12112.69124.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.82%
GREEN value IS 222 (87.11% from 255) = 35.92%
BLUE value IS 187 (73.44% from 255) = 30.26%
R=33.82%
G=35.92%
B=30.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092221870.0600.160.1382.2934.6580.2
HexD1DEBB6010D522350
Octal32133627360201512243120
Binary110100011101111010111011110010000110110100101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DEBB; }

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

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

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

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

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

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

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

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