Html Css Color HEX #DBA5D0 French Lilac

📋 copy color: '#DBA5D0'

red 219 ◦ green 165 ◦ blue 208

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

Shades of French Lilac #DBA5D0

Tints of French Lilac #DBA5D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.14%

R = 36.99%
G = 27.87%
B = 35.14%

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

#DBA5D0 (or 0xDBA5D0) is known color: French Lilac. HEX triplet: DB, A5 and D0. RGB value is (219,165,208). Sum of RGB (Red+Green+Blue) = 219+165+208=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5D0 is #245A2F. Grayscale: #B9B9B9. Windows color (decimal): -2382384 or 13673947. OLE color: 13673947.

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

Color convert

RGB 219 165 208 -
CMYK 0 0.25 0.05 0.14
HSL 312.22º 0.43% 0.75% -
HSV(B) 312.22º 0.25% 0.86% -
XYZ 54.05 46.52 65.81 -
YUV 186.05 140.39 151.5 -
System Red Green Blue C M Y K H S L
Decimal 219 165 208 0 0.25 0.05 0.14 312.22 0.43 0.75
Hex DB A5 D0 0 19 5 E 138 2B 4B
Octal 333 245 320 0 31 5 16 470 53 113
Binary 11011011 10100101 11010000 0 11001 101 1110 100111000 101011 1001011

Color Harmonies of #DBA5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA5D0

Black with #DBA5D0

Text Example


Text Example

White with #DBA5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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