#DBCEBE

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

Shades of Blanc #DBCEBE

Tints of Blanc #DBCEBE

Color information

#DBCEBE (or 0xDBCEBE) is unknown color: approx Blanc. HEX triplet: DB, CE and BE. RGB value is (219,206,190). Sum of RGB (Red+Green+Blue) = 219+206+190=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEBE is #243141. Grayscale: #D0D0D0. Windows color (decimal): -2371906 or 12504795. OLE color: 12504795.

HSL color Cylindrical-coordinate representation of color #DBCEBE: hue angle of 33.1º 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 #DBCEBE is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB219206190-
CMYK00.060.130.14
HSL33.1º28.71%80.2%-
HSV(B)33.1º13.24%85.88%-
XYZ60.5862.9257.67-
YUV208.06117.81135.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.61%
GREEN value IS 206 (80.86% from 255) = 33.50%
BLUE value IS 190 (74.61% from 255) = 30.89%
R=35.61%
G=33.50%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920619000.060.130.1433.128.7180.2
HexDBCEBE06DE211d50
Octal3333162760615164135120
Binary110110111100111010111110011011011110100001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCEBE; }

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

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

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

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

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

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

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

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