Html Css Color HEX #DCAFD7 French Lilac

📋 copy color: '#DCAFD7'

red 220 ◦ green 175 ◦ blue 215

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

Shades of French Lilac #DCAFD7

Tints of French Lilac #DCAFD7

RGB

 RED value IS 220 (86.33% from 255) = 36.07%

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

 BLUE value IS 215 (84.38% from 255) = 35.25%

R = 36.07%
G = 28.69%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DCAFD7 (or 0xDCAFD7) is known color: French Lilac. HEX triplet: DC, AF and D7. RGB value is (220,175,215). Sum of RGB (Red+Green+Blue) = 220+175+215=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFD7 is #235028. Grayscale: #C0C0C0. Windows color (decimal): -2314281 or 14135260. OLE color: 14135260.

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

Color convert

RGB 220 175 215 -
CMYK 0 0.20 0.02 0.14
HSL 306.67º 0.39% 0.77% -
HSV(B) 306.67º 0.2% 0.86% -
XYZ 57.11 50.78 71.08 -
YUV 193.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 220 175 215 0 0.20 0.02 0.14 306.67 0.39 0.77
Hex DC AF D7 0 14 2 E 133 27 4D
Octal 334 257 327 0 24 2 16 463 47 115
Binary 11011100 10101111 11010111 0 10100 10 1110 100110011 100111 1001101

Color Harmonies of #DCAFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFD7

Black with #DCAFD7

Text Example


Text Example

White with #DCAFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFD7; }

 p { color: rgb(220,175,215); }

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

background-color css

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

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

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

border-color css

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

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

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