Html Css Color HEX #DAAFD8 French Lilac

📋 copy color: '#DAAFD8'

red 218 ◦ green 175 ◦ blue 216

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

Shades of French Lilac #DAAFD8

Tints of French Lilac #DAAFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.47%

R = 35.8%
G = 28.74%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DAAFD8 (or 0xDAAFD8) is known color: French Lilac. HEX triplet: DA, AF and D8. RGB value is (218,175,216). Sum of RGB (Red+Green+Blue) = 218+175+216=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFD8 is #255027. Grayscale: #C0C0C0. Windows color (decimal): -2445352 or 14200794. OLE color: 14200794.

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

Color convert

RGB 218 175 216 -
CMYK 0 0.20 0.01 0.15
HSL 302.79º 0.37% 0.77% -
HSV(B) 302.79º 0.2% 0.85% -
XYZ 56.64 50.52 71.73 -
YUV 192.53 141.25 146.17 -
System Red Green Blue C M Y K H S L
Decimal 218 175 216 0 0.20 0.01 0.15 302.79 0.37 0.77
Hex DA AF D8 0 14 1 F 12F 25 4D
Octal 332 257 330 0 24 1 17 457 45 115
Binary 11011010 10101111 11011000 0 10100 1 1111 100101111 100101 1001101

Color Harmonies of #DAAFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAFD8

Black with #DAAFD8

Text Example


Text Example

White with #DAAFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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