#DBD0BE

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

Shades of Blanc #DBD0BE

Tints of Blanc #DBD0BE

Color information

#DBD0BE (or 0xDBD0BE) is unknown color: approx Blanc. HEX triplet: DB, D0 and BE. RGB value is (219,208,190). Sum of RGB (Red+Green+Blue) = 219+208+190=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0BE is #242F41. Grayscale: #D1D1D1. Windows color (decimal): -2371394 or 12505307. OLE color: 12505307.

HSL color Cylindrical-coordinate representation of color #DBD0BE: hue angle of 37.24º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBD0BE is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB219208190-
CMYK00.050.130.14
HSL37.24º28.71%80.2%-
HSV(B)37.24º13.24%85.88%-
XYZ61.0663.8957.83-
YUV209.24117.14134.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 208 (81.64% from 255) = 33.71%
BLUE value IS 190 (74.61% from 255) = 30.79%
R=35.49%
G=33.71%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920819000.050.130.1437.2428.7180.2
HexDBD0BE05DE251d50
Octal3333202760515164535120
Binary110110111101000010111110010111011110100101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD0BE; }

 p { color: rgb(219,208,190); }

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

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

 a { background-color: rgb(219,208,190); }

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

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

 span { border-color: rgb(219,208,190); }

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