Html Css Color HEX #DBA5CF French Lilac

📋 copy color: '#DBA5CF'

red 219 ◦ green 165 ◦ blue 207

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

Shades of French Lilac #DBA5CF

Tints of French Lilac #DBA5CF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.92%

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

R = 37.06%
G = 27.92%
B = 35.03%

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

#DBA5CF (or 0xDBA5CF) is known color: French Lilac. HEX triplet: DB, A5 and CF. RGB value is (219,165,207). Sum of RGB (Red+Green+Blue) = 219+165+207=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5CF is #245A30. Grayscale: #B9B9B9. Windows color (decimal): -2382385 or 13608411. OLE color: 13608411.

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

Color convert

RGB 219 165 207 -
CMYK 0 0.25 0.05 0.14
HSL 313.33º 0.43% 0.75% -
HSV(B) 313.33º 0.25% 0.86% -
XYZ 53.93 46.48 65.16 -
YUV 185.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 219 165 207 0 0.25 0.05 0.14 313.33 0.43 0.75
Hex DB A5 CF 0 19 5 E 139 2B 4B
Octal 333 245 317 0 31 5 16 471 53 113
Binary 11011011 10100101 11001111 0 11001 101 1110 100111001 101011 1001011

Color Harmonies of #DBA5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA5CF

Black with #DBA5CF

Text Example


Text Example

White with #DBA5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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