Html Css Color HEX #DBAFCD French Lilac

📋 copy color: '#DBAFCD'

red 219 ◦ green 175 ◦ blue 205

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

Shades of French Lilac #DBAFCD

Tints of French Lilac #DBAFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.22%

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

R = 36.56%
G = 29.22%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DBAFCD (or 0xDBAFCD) is known color: French Lilac. HEX triplet: DB, AF and CD. RGB value is (219,175,205). Sum of RGB (Red+Green+Blue) = 219+175+205=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFCD is #245032. Grayscale: #BFBFBF. Windows color (decimal): -2379827 or 13479899. OLE color: 13479899.

HSL color Cylindrical-coordinate representation of color #DBAFCD: hue angle of 319.09º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBAFCD is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 175 205 -
CMYK 0 0.20 0.06 0.14
HSL 319.09º 0.38% 0.77% -
HSV(B) 319.09º 0.2% 0.86% -
XYZ 55.56 50.13 64.5 -
YUV 191.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 219 175 205 0 0.20 0.06 0.14 319.09 0.38 0.77
Hex DB AF CD 0 14 6 E 13F 26 4D
Octal 333 257 315 0 24 6 16 477 46 115
Binary 11011011 10101111 11001101 0 10100 110 1110 100111111 100110 1001101

Color Harmonies of #DBAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFCD

Black with #DBAFCD

Text Example


Text Example

White with #DBAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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