Html Css Color HEX #DBAFD3 French Lilac

📋 copy color: '#DBAFD3'

red 219 ◦ green 175 ◦ blue 211

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

Shades of French Lilac #DBAFD3

Tints of French Lilac #DBAFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.88%

R = 36.2%
G = 28.93%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DBAFD3 (or 0xDBAFD3) is known color: French Lilac. HEX triplet: DB, AF and D3. RGB value is (219,175,211). Sum of RGB (Red+Green+Blue) = 219+175+211=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFD3 is #24502C. Grayscale: #C0C0C0. Windows color (decimal): -2379821 or 13873115. OLE color: 13873115.

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

Color convert

RGB 219 175 211 -
CMYK 0 0.20 0.04 0.14
HSL 310.91º 0.38% 0.77% -
HSV(B) 310.91º 0.2% 0.86% -
XYZ 56.3 50.42 68.39 -
YUV 192.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 219 175 211 0 0.20 0.04 0.14 310.91 0.38 0.77
Hex DB AF D3 0 14 4 E 137 26 4D
Octal 333 257 323 0 24 4 16 467 46 115
Binary 11011011 10101111 11010011 0 10100 100 1110 100110111 100110 1001101

Color Harmonies of #DBAFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFD3

Black with #DBAFD3

Text Example


Text Example

White with #DBAFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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