Html Css Color HEX #DBADCD French Lilac

📋 copy color: '#DBADCD'

red 219 ◦ green 173 ◦ blue 205

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

Shades of French Lilac #DBADCD

Tints of French Lilac #DBADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.34%

R = 36.68%
G = 28.98%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DBADCD (or 0xDBADCD) is known color: French Lilac. HEX triplet: DB, AD and CD. RGB value is (219,173,205). Sum of RGB (Red+Green+Blue) = 219+173+205=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADCD is #245232. Grayscale: #BEBEBE. Windows color (decimal): -2380339 or 13479387. OLE color: 13479387.

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

Color convert

RGB 219 173 205 -
CMYK 0 0.21 0.06 0.14
HSL 318.26º 0.39% 0.77% -
HSV(B) 318.26º 0.21% 0.86% -
XYZ 55.18 49.35 64.38 -
YUV 190.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 219 173 205 0 0.21 0.06 0.14 318.26 0.39 0.77
Hex DB AD CD 0 15 6 E 13E 27 4D
Octal 333 255 315 0 25 6 16 476 47 115
Binary 11011011 10101101 11001101 0 10101 110 1110 100111110 100111 1001101

Color Harmonies of #DBADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADCD

Black with #DBADCD

Text Example


Text Example

White with #DBADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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