Html Css Color HEX #DCAFD6 French Lilac

📋 copy color: '#DCAFD6'

red 220 ◦ green 175 ◦ blue 214

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

Shades of French Lilac #DCAFD6

Tints of French Lilac #DCAFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.14%

R = 36.12%
G = 28.74%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DCAFD6 (or 0xDCAFD6) is known color: French Lilac. HEX triplet: DC, AF and D6. RGB value is (220,175,214). Sum of RGB (Red+Green+Blue) = 220+175+214=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFD6 is #235029. Grayscale: #C0C0C0. Windows color (decimal): -2314282 or 14069724. OLE color: 14069724.

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

Color convert

RGB 220 175 214 -
CMYK 0 0.20 0.03 0.14
HSL 308º 0.39% 0.77% -
HSV(B) 308º 0.2% 0.86% -
XYZ 56.98 50.73 70.41 -
YUV 192.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 220 175 214 0 0.20 0.03 0.14 308 0.39 0.77
Hex DC AF D6 0 14 3 E 134 27 4D
Octal 334 257 326 0 24 3 16 464 47 115
Binary 11011100 10101111 11010110 0 10100 11 1110 100110100 100111 1001101

Color Harmonies of #DCAFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFD6

Black with #DCAFD6

Text Example


Text Example

White with #DCAFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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