Html Css Color HEX #DBAFCE French Lilac

📋 copy color: '#DBAFCE'

red 219 ◦ green 175 ◦ blue 206

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

Shades of French Lilac #DBAFCE

Tints of French Lilac #DBAFCE

RGB

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

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

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

R = 36.5%
G = 29.17%
B = 34.33%

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

#DBAFCE (or 0xDBAFCE) is known color: French Lilac. HEX triplet: DB, AF and CE. RGB value is (219,175,206). Sum of RGB (Red+Green+Blue) = 219+175+206=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFCE is #245031. Grayscale: #BFBFBF. Windows color (decimal): -2379826 or 13545435. OLE color: 13545435.

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

Color convert

RGB 219 175 206 -
CMYK 0 0.20 0.06 0.14
HSL 317.73º 0.38% 0.77% -
HSV(B) 317.73º 0.2% 0.86% -
XYZ 55.68 50.18 65.14 -
YUV 191.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 219 175 206 0 0.20 0.06 0.14 317.73 0.38 0.77
Hex DB AF CE 0 14 6 E 13E 26 4D
Octal 333 257 316 0 24 6 16 476 46 115
Binary 11011011 10101111 11001110 0 10100 110 1110 100111110 100110 1001101

Color Harmonies of #DBAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFCE

Black with #DBAFCE

Text Example


Text Example

White with #DBAFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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