Html Css Color HEX #DBC5D7 French Lilac

📋 copy color: '#DBC5D7'

red 219 ◦ green 197 ◦ blue 215

#DBC5D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Lilac #DBC5D7

Tints of French Lilac #DBC5D7

RGB

 RED value IS 219 (85.94% from 255) = 34.71%

 GREEN value IS 197 (77.34% from 255) = 31.22%

 BLUE value IS 215 (84.38% from 255) = 34.07%

R = 34.71%
G = 31.22%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DBC5D7 (or 0xDBC5D7) is known color: French Lilac. HEX triplet: DB, C5 and D7. RGB value is (219,197,215). Sum of RGB (Red+Green+Blue) = 219+197+215=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 215 (84.38% from 255 or 34.07% from 631); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5D7 is #243A28. Grayscale: #CDCDCD. Windows color (decimal): -2374185 or 14140891. OLE color: 14140891.

HSL color Cylindrical-coordinate representation of color #DBC5D7: hue angle of 310.91º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC5D7 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 197 215 -
CMYK 0 0.10 0.02 0.14
HSL 310.91º 0.23% 0.82% -
HSV(B) 310.91º 0.1% 0.86% -
XYZ 61.45 59.9 72.61 -
YUV 205.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 219 197 215 0 0.10 0.02 0.14 310.91 0.23 0.82
Hex DB C5 D7 0 A 2 E 137 17 52
Octal 333 305 327 0 12 2 16 467 27 122
Binary 11011011 11000101 11010111 0 1010 10 1110 100110111 10111 1010010

Color Harmonies of #DBC5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC5D7

Black with #DBC5D7

Text Example


Text Example

White with #DBC5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC5D7; }

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

 H1.HeaderClassName
 {
   color: #DBC5D7;
 }
 .AnyTagClassName
 {
   color: #DBC5D7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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