#DBCBD7

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

Shades of French Lilac #DBCBD7

Tints of French Lilac #DBCBD7

Color information

#DBCBD7 (or 0xDBCBD7) is unknown color: approx French Lilac. HEX triplet: DB, CB and D7. RGB value is (219,203,215). Sum of RGB (Red+Green+Blue) = 219+203+215=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 215 (84.38% from 255 or 33.75% from 637); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBD7 is #243428. Grayscale: #D1D1D1. Windows color (decimal): -2372649 or 14142427. OLE color: 14142427.

HSL color Cylindrical-coordinate representation of color #DBCBD7: hue angle of 315º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBCBD7 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB219203215-
CMYK00.070.020.14
HSL315º18.18%82.75%-
HSV(B)315º7.31%85.88%-
XYZ62.8462.6873.08-
YUV209.15131.3135.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.38%
GREEN value IS 203 (79.69% from 255) = 31.87%
BLUE value IS 215 (84.38% from 255) = 33.75%
R=34.38%
G=31.87%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920321500.070.020.1431518.1882.75
HexDBCBD7072E13b1253
Octal3333133270721647322123
Binary1101101111001011110101110111101110100111011100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBD7; }

 p { color: rgb(219,203,215); }

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

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

 a { background-color: rgb(219,203,215); }

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

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

 span { border-color: rgb(219,203,215); }

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