Html Css Color HEX #DBACD4 French Lilac

📋 copy color: '#DBACD4'

red 219 ◦ green 172 ◦ blue 212

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

Shades of French Lilac #DBACD4

Tints of French Lilac #DBACD4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.52%

 BLUE value IS 212 (83.2% from 255) = 35.16%

R = 36.32%
G = 28.52%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DBACD4 (or 0xDBACD4) is known color: French Lilac. HEX triplet: DB, AC and D4. RGB value is (219,172,212). Sum of RGB (Red+Green+Blue) = 219+172+212=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACD4 is #24532B. Grayscale: #BEBEBE. Windows color (decimal): -2380588 or 13937883. OLE color: 13937883.

HSL color Cylindrical-coordinate representation of color #DBACD4: hue angle of 308.94º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBACD4 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 172 212 -
CMYK 0 0.21 0.03 0.14
HSL 308.94º 0.39% 0.77% -
HSV(B) 308.94º 0.21% 0.86% -
XYZ 55.85 49.32 68.86 -
YUV 190.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 219 172 212 0 0.21 0.03 0.14 308.94 0.39 0.77
Hex DB AC D4 0 15 3 E 135 27 4D
Octal 333 254 324 0 25 3 16 465 47 115
Binary 11011011 10101100 11010100 0 10101 11 1110 100110101 100111 1001101

Color Harmonies of #DBACD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACD4

Black with #DBACD4

Text Example


Text Example

White with #DBACD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACD4; }

 p { color: rgb(219,172,212); }

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

background-color css

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

 a { background-color: rgb(219,172,212); }

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

border-color css

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

 span { border-color: rgb(219,172,212); }

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