#D1DEBC

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

Shades of Ottoman #D1DEBC

Tints of Ottoman #D1DEBC

Color information

#D1DEBC (or 0xD1DEBC) is unknown color: approx Ottoman. HEX triplet: D1, DE and BC. RGB value is (209,222,188). Sum of RGB (Red+Green+Blue) = 209+222+188=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DEBC is #2E2143. Grayscale: #D6D6D6. Windows color (decimal): -3023172 or 12377809. OLE color: 12377809.

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

Color convert

RGB209222188-
CMYK0.0600.150.13
HSL82.94º34%80.39%-
HSV(B)82.94º15.32%87.06%-
XYZ61.4969.4357.74-
YUV214.24113.19124.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.76%
GREEN value IS 222 (87.11% from 255) = 35.86%
BLUE value IS 188 (73.83% from 255) = 30.37%
R=33.76%
G=35.86%
B=30.37%

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
Decimal2092221880.0600.150.1382.943480.39
HexD1DEBC60FD532250
Octal32133627460171512342120
Binary11010001110111101011110011001111110110100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DEBC; }

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

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

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

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

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

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

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

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