Html Css Color HEX #DCAFD2 French Lilac

📋 copy color: '#DCAFD2'

red 220 ◦ green 175 ◦ blue 210

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

Shades of French Lilac #DCAFD2

Tints of French Lilac #DCAFD2

RGB

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

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

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

R = 36.36%
G = 28.93%
B = 34.71%

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

#DCAFD2 (or 0xDCAFD2) is known color: French Lilac. HEX triplet: DC, AF and D2. RGB value is (220,175,210). Sum of RGB (Red+Green+Blue) = 220+175+210=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFD2 is #23502D. Grayscale: #C0C0C0. Windows color (decimal): -2314286 or 13807580. OLE color: 13807580.

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

Color convert

RGB 220 175 210 -
CMYK 0 0.20 0.05 0.14
HSL 313.33º 0.39% 0.77% -
HSV(B) 313.33º 0.2% 0.86% -
XYZ 56.48 50.53 67.75 -
YUV 192.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 220 175 210 0 0.20 0.05 0.14 313.33 0.39 0.77
Hex DC AF D2 0 14 5 E 139 27 4D
Octal 334 257 322 0 24 5 16 471 47 115
Binary 11011100 10101111 11010010 0 10100 101 1110 100111001 100111 1001101

Color Harmonies of #DCAFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFD2

Black with #DCAFD2

Text Example


Text Example

White with #DCAFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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