Html Css Color HEX #DCAFD0 French Lilac

📋 copy color: '#DCAFD0'

red 220 ◦ green 175 ◦ blue 208

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

Shades of French Lilac #DCAFD0

Tints of French Lilac #DCAFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.49%

R = 36.48%
G = 29.02%
B = 34.49%

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

#DCAFD0 (or 0xDCAFD0) is known color: French Lilac. HEX triplet: DC, AF and D0. RGB value is (220,175,208). Sum of RGB (Red+Green+Blue) = 220+175+208=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFD0 is #23502F. Grayscale: #C0C0C0. Windows color (decimal): -2314288 or 13676508. OLE color: 13676508.

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

Color convert

RGB 220 175 208 -
CMYK 0 0.20 0.05 0.14
HSL 316º 0.39% 0.77% -
HSV(B) 316º 0.2% 0.86% -
XYZ 56.23 50.43 66.44 -
YUV 192.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 220 175 208 0 0.20 0.05 0.14 316 0.39 0.77
Hex DC AF D0 0 14 5 E 13C 27 4D
Octal 334 257 320 0 24 5 16 474 47 115
Binary 11011100 10101111 11010000 0 10100 101 1110 100111100 100111 1001101

Color Harmonies of #DCAFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFD0

Black with #DCAFD0

Text Example


Text Example

White with #DCAFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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