Html Css Color HEX #DBB7D7 French Lilac

📋 copy color: '#DBB7D7'

red 219 ◦ green 183 ◦ blue 215

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

Shades of French Lilac #DBB7D7

Tints of French Lilac #DBB7D7

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.66%

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

R = 35.49%
G = 29.66%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DBB7D7 (or 0xDBB7D7) is known color: French Lilac. HEX triplet: DB, B7 and D7. RGB value is (219,183,215). Sum of RGB (Red+Green+Blue) = 219+183+215=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7D7 is #244828. Grayscale: #C5C5C5. Windows color (decimal): -2377769 or 14137307. OLE color: 14137307.

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

Color convert

RGB 219 183 215 -
CMYK 0 0.16 0.02 0.14
HSL 306.67º 0.33% 0.79% -
HSV(B) 306.67º 0.16% 0.86% -
XYZ 58.41 53.83 71.6 -
YUV 197.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 219 183 215 0 0.16 0.02 0.14 306.67 0.33 0.79
Hex DB B7 D7 0 10 2 E 133 21 4F
Octal 333 267 327 0 20 2 16 463 41 117
Binary 11011011 10110111 11010111 0 10000 10 1110 100110011 100001 1001111

Color Harmonies of #DBB7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB7D7

Black with #DBB7D7

Text Example


Text Example

White with #DBB7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB7D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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