Html Css Color HEX #DBADCF French Lilac

📋 copy color: '#DBADCF'

red 219 ◦ green 173 ◦ blue 207

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

Shades of French Lilac #DBADCF

Tints of French Lilac #DBADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.88%

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

R = 36.56%
G = 28.88%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DBADCF (or 0xDBADCF) is known color: French Lilac. HEX triplet: DB, AD and CF. RGB value is (219,173,207). Sum of RGB (Red+Green+Blue) = 219+173+207=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADCF is #245230. Grayscale: #BEBEBE. Windows color (decimal): -2380337 or 13610459. OLE color: 13610459.

HSL color Cylindrical-coordinate representation of color #DBADCF: hue angle of 315.65º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBADCF is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 173 207 -
CMYK 0 0.21 0.05 0.14
HSL 315.65º 0.39% 0.77% -
HSV(B) 315.65º 0.21% 0.86% -
XYZ 55.42 49.45 65.66 -
YUV 190.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 219 173 207 0 0.21 0.05 0.14 315.65 0.39 0.77
Hex DB AD CF 0 15 5 E 13C 27 4D
Octal 333 255 317 0 25 5 16 474 47 115
Binary 11011011 10101101 11001111 0 10101 101 1110 100111100 100111 1001101

Color Harmonies of #DBADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADCF

Black with #DBADCF

Text Example


Text Example

White with #DBADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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