Html Css Color HEX #DBA5CE French Lilac

📋 copy color: '#DBA5CE'

red 219 ◦ green 165 ◦ blue 206

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

Shades of French Lilac #DBA5CE

Tints of French Lilac #DBA5CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.92%

R = 37.12%
G = 27.97%
B = 34.92%

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

#DBA5CE (or 0xDBA5CE) is known color: French Lilac. HEX triplet: DB, A5 and CE. RGB value is (219,165,206). Sum of RGB (Red+Green+Blue) = 219+165+206=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5CE is #245A31. Grayscale: #B9B9B9. Windows color (decimal): -2382386 or 13542875. OLE color: 13542875.

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

Color convert

RGB 219 165 206 -
CMYK 0 0.25 0.06 0.14
HSL 314.44º 0.43% 0.75% -
HSV(B) 314.44º 0.25% 0.86% -
XYZ 53.81 46.43 64.52 -
YUV 185.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 219 165 206 0 0.25 0.06 0.14 314.44 0.43 0.75
Hex DB A5 CE 0 19 6 E 13A 2B 4B
Octal 333 245 316 0 31 6 16 472 53 113
Binary 11011011 10100101 11001110 0 11001 110 1110 100111010 101011 1001011

Color Harmonies of #DBA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA5CE

Black with #DBA5CE

Text Example


Text Example

White with #DBA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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