Html Css Color HEX #DBA4CF French Lilac

📋 copy color: '#DBA4CF'

red 219 ◦ green 164 ◦ blue 207

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

Shades of French Lilac #DBA4CF

Tints of French Lilac #DBA4CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.08%

R = 37.12%
G = 27.8%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DBA4CF (or 0xDBA4CF) is known color: French Lilac. HEX triplet: DB, A4 and CF. RGB value is (219,164,207). Sum of RGB (Red+Green+Blue) = 219+164+207=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4CF is #245B30. Grayscale: #B9B9B9. Windows color (decimal): -2382641 or 13608155. OLE color: 13608155.

HSL color Cylindrical-coordinate representation of color #DBA4CF: hue angle of 313.09º 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 #DBA4CF is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 164 207 -
CMYK 0 0.25 0.05 0.14
HSL 313.09º 0.43% 0.75% -
HSV(B) 313.09º 0.25% 0.86% -
XYZ 53.75 46.12 65.1 -
YUV 185.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 219 164 207 0 0.25 0.05 0.14 313.09 0.43 0.75
Hex DB A4 CF 0 19 5 E 139 2B 4B
Octal 333 244 317 0 31 5 16 471 53 113
Binary 11011011 10100100 11001111 0 11001 101 1110 100111001 101011 1001011

Color Harmonies of #DBA4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA4CF

Black with #DBA4CF

Text Example


Text Example

White with #DBA4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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