Html Css Color HEX #DAAFD2 French Lilac

📋 copy color: '#DAAFD2'

red 218 ◦ green 175 ◦ blue 210

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

Shades of French Lilac #DAAFD2

Tints of French Lilac #DAAFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.83%

R = 36.15%
G = 29.02%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DAAFD2 (or 0xDAAFD2) is known color: French Lilac. HEX triplet: DA, AF and D2. RGB value is (218,175,210). Sum of RGB (Red+Green+Blue) = 218+175+210=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFD2 is #25502D. Grayscale: #BFBFBF. Windows color (decimal): -2445358 or 13807578. OLE color: 13807578.

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

Color convert

RGB 218 175 210 -
CMYK 0 0.20 0.04 0.15
HSL 311.16º 0.37% 0.77% -
HSV(B) 311.16º 0.2% 0.85% -
XYZ 55.88 50.22 67.72 -
YUV 191.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 218 175 210 0 0.20 0.04 0.15 311.16 0.37 0.77
Hex DA AF D2 0 14 4 F 137 25 4D
Octal 332 257 322 0 24 4 17 467 45 115
Binary 11011010 10101111 11010010 0 10100 100 1111 100110111 100101 1001101

Color Harmonies of #DAAFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAFD2

Black with #DAAFD2

Text Example


Text Example

White with #DAAFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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