Html Css Color HEX #DBA4CD French Lilac

📋 copy color: '#DBA4CD'

red 219 ◦ green 164 ◦ blue 205

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

Shades of French Lilac #DBA4CD

Tints of French Lilac #DBA4CD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.89%

 BLUE value IS 205 (80.47% from 255) = 34.86%

R = 37.24%
G = 27.89%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DBA4CD (or 0xDBA4CD) is known color: French Lilac. HEX triplet: DB, A4 and CD. RGB value is (219,164,205). Sum of RGB (Red+Green+Blue) = 219+164+205=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 164 (64.45% from 255 or 27.89% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4CD is #245B32. Grayscale: #B9B9B9. Windows color (decimal): -2382643 or 13477083. OLE color: 13477083.

HSL color Cylindrical-coordinate representation of color #DBA4CD: hue angle of 315.27º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA4CD is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 164 205 -
CMYK 0 0.25 0.06 0.14
HSL 315.27º 0.43% 0.75% -
HSV(B) 315.27º 0.25% 0.86% -
XYZ 53.51 46.02 63.82 -
YUV 185.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 219 164 205 0 0.25 0.06 0.14 315.27 0.43 0.75
Hex DB A4 CD 0 19 6 E 13B 2B 4B
Octal 333 244 315 0 31 6 16 473 53 113
Binary 11011011 10100100 11001101 0 11001 110 1110 100111011 101011 1001011

Color Harmonies of #DBA4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA4CD

Black with #DBA4CD

Text Example


Text Example

White with #DBA4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA4CD; }

 p { color: rgb(219,164,205); }

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

background-color css

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

 a { background-color: rgb(219,164,205); }

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

border-color css

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

 span { border-color: rgb(219,164,205); }

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