Html Css Color HEX #DCAFD1 French Lilac

📋 copy color: '#DCAFD1'

red 220 ◦ green 175 ◦ blue 209

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

Shades of French Lilac #DCAFD1

Tints of French Lilac #DCAFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.6%

R = 36.42%
G = 28.97%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DCAFD1 (or 0xDCAFD1) is known color: French Lilac. HEX triplet: DC, AF and D1. RGB value is (220,175,209). Sum of RGB (Red+Green+Blue) = 220+175+209=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFD1 is #23502E. Grayscale: #C0C0C0. Windows color (decimal): -2314287 or 13742044. OLE color: 13742044.

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

Color convert

RGB 220 175 209 -
CMYK 0 0.20 0.05 0.14
HSL 314.67º 0.39% 0.77% -
HSV(B) 314.67º 0.2% 0.86% -
XYZ 56.35 50.48 67.09 -
YUV 192.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 220 175 209 0 0.20 0.05 0.14 314.67 0.39 0.77
Hex DC AF D1 0 14 5 E 13B 27 4D
Octal 334 257 321 0 24 5 16 473 47 115
Binary 11011100 10101111 11010001 0 10100 101 1110 100111011 100111 1001101

Color Harmonies of #DCAFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFD1

Black with #DCAFD1

Text Example


Text Example

White with #DCAFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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