Html Css Color HEX #DFAFDC French Lilac

📋 copy color: '#DFAFDC'

red 223 ◦ green 175 ◦ blue 220

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

Shades of French Lilac #DFAFDC

Tints of French Lilac #DFAFDC

RGB

 RED value IS 223 (87.5% from 255) = 36.08%

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

 BLUE value IS 220 (86.33% from 255) = 35.6%

R = 36.08%
G = 28.32%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFAFDC (or 0xDFAFDC) is known color: French Lilac. HEX triplet: DF, AF and DC. RGB value is (223,175,220). Sum of RGB (Red+Green+Blue) = 223+175+220=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFDC is #205023. Grayscale: #C2C2C2. Windows color (decimal): -2117668 or 14462943. OLE color: 14462943.

HSL color Cylindrical-coordinate representation of color #DFAFDC: hue angle of 303.75º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFAFDC is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 175 220 -
CMYK 0 0.22 0.01 0.13
HSL 303.75º 0.43% 0.78% -
HSV(B) 303.75º 0.22% 0.87% -
XYZ 58.68 51.52 74.56 -
YUV 194.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 223 175 220 0 0.22 0.01 0.13 303.75 0.43 0.78
Hex DF AF DC 0 16 1 D 130 2B 4E
Octal 337 257 334 0 26 1 15 460 53 116
Binary 11011111 10101111 11011100 0 10110 1 1101 100110000 101011 1001110

Color Harmonies of #DFAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAFDC

Black with #DFAFDC

Text Example


Text Example

White with #DFAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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