Html Css Color HEX #DFAEDC French Lilac

📋 copy color: '#DFAEDC'

red 223 ◦ green 174 ◦ blue 220

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

Shades of French Lilac #DFAEDC

Tints of French Lilac #DFAEDC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.2%

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

R = 36.14%
G = 28.2%
B = 35.66%

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

#DFAEDC (or 0xDFAEDC) is known color: French Lilac. HEX triplet: DF, AE and DC. RGB value is (223,174,220). Sum of RGB (Red+Green+Blue) = 223+174+220=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEDC is #205123. Grayscale: #C1C1C1. Windows color (decimal): -2117924 or 14462687. OLE color: 14462687.

HSL color Cylindrical-coordinate representation of color #DFAEDC: hue angle of 303.67º 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 #DFAEDC is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 174 220 -
CMYK 0 0.22 0.01 0.13
HSL 303.67º 0.43% 0.78% -
HSV(B) 303.67º 0.22% 0.87% -
XYZ 58.49 51.13 74.5 -
YUV 193.9 142.73 148.76 -
System Red Green Blue C M Y K H S L
Decimal 223 174 220 0 0.22 0.01 0.13 303.67 0.43 0.78
Hex DF AE DC 0 16 1 D 130 2B 4E
Octal 337 256 334 0 26 1 15 460 53 116
Binary 11011111 10101110 11011100 0 10110 1 1101 100110000 101011 1001110

Color Harmonies of #DFAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAEDC

Black with #DFAEDC

Text Example


Text Example

White with #DFAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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