Html Css Color HEX #DCAFD4 French Lilac

📋 copy color: '#DCAFD4'

red 220 ◦ green 175 ◦ blue 212

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

Shades of French Lilac #DCAFD4

Tints of French Lilac #DCAFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.93%

R = 36.24%
G = 28.83%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DCAFD4 (or 0xDCAFD4) is known color: French Lilac. HEX triplet: DC, AF and D4. RGB value is (220,175,212). Sum of RGB (Red+Green+Blue) = 220+175+212=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFD4 is #23502B. Grayscale: #C0C0C0. Windows color (decimal): -2314284 or 13938652. OLE color: 13938652.

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

Color convert

RGB 220 175 212 -
CMYK 0 0.20 0.04 0.14
HSL 310.67º 0.39% 0.77% -
HSV(B) 310.67º 0.2% 0.86% -
XYZ 56.73 50.63 69.07 -
YUV 192.67 138.91 147.49 -
System Red Green Blue C M Y K H S L
Decimal 220 175 212 0 0.20 0.04 0.14 310.67 0.39 0.77
Hex DC AF D4 0 14 4 E 137 27 4D
Octal 334 257 324 0 24 4 16 467 47 115
Binary 11011100 10101111 11010100 0 10100 100 1110 100110111 100111 1001101

Color Harmonies of #DCAFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFD4

Black with #DCAFD4

Text Example


Text Example

White with #DCAFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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