Html Css Color HEX #DAAFDA French Lilac

📋 copy color: '#DAAFDA'

red 218 ◦ green 175 ◦ blue 218

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

Shades of French Lilac #DAAFDA

Tints of French Lilac #DAAFDA

RGB

 RED value IS 218 (85.55% from 255) = 35.68%

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

 BLUE value IS 218 (85.55% from 255) = 35.68%

R = 35.68%
G = 28.64%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DAAFDA (or 0xDAAFDA) is known color: French Lilac. HEX triplet: DA, AF and DA. RGB value is (218,175,218). Sum of RGB (Red+Green+Blue) = 218+175+218=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFDA is #255025. Grayscale: #C0C0C0. Windows color (decimal): -2445350 or 14331866. OLE color: 14331866.

HSL color Cylindrical-coordinate representation of color #DAAFDA: hue angle of 300º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAFDA is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 175 218 -
CMYK 0 0.20 0 0.15
HSL 300º 0.37% 0.77% -
HSV(B) 300º 0.2% 0.85% -
XYZ 56.9 50.63 73.1 -
YUV 192.76 142.25 146 -
System Red Green Blue C M Y K H S L
Decimal 218 175 218 0 0.20 0 0.15 300 0.37 0.77
Hex DA AF DA 0 14 0 F 12C 25 4D
Octal 332 257 332 0 24 0 17 454 45 115
Binary 11011010 10101111 11011010 0 10100 0 1111 100101100 100101 1001101

Color Harmonies of #DAAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAFDA

Black with #DAAFDA

Text Example


Text Example

White with #DAAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAFDA; }

 p { color: rgb(218,175,218); }

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

background-color css

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

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

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

border-color css

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

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

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