Html Css Color HEX #DFAECF French Lilac

📋 copy color: '#DFAECF'

red 223 ◦ green 174 ◦ blue 207

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

Shades of French Lilac #DFAECF

Tints of French Lilac #DFAECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.27%

R = 36.92%
G = 28.81%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DFAECF (or 0xDFAECF) is known color: French Lilac. HEX triplet: DF, AE and CF. RGB value is (223,174,207). Sum of RGB (Red+Green+Blue) = 223+174+207=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAECF is #205130. Grayscale: #C0C0C0. Windows color (decimal): -2117937 or 13610719. OLE color: 13610719.

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

Color convert

RGB 223 174 207 -
CMYK 0 0.22 0.07 0.13
HSL 319.59º 0.43% 0.78% -
HSV(B) 319.59º 0.22% 0.87% -
XYZ 56.83 50.47 65.78 -
YUV 192.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 223 174 207 0 0.22 0.07 0.13 319.59 0.43 0.78
Hex DF AE CF 0 16 7 D 140 2B 4E
Octal 337 256 317 0 26 7 15 500 53 116
Binary 11011111 10101110 11001111 0 10110 111 1101 101000000 101011 1001110

Color Harmonies of #DFAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAECF

Black with #DFAECF

Text Example


Text Example

White with #DFAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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