Html Css Color HEX #DFAFCF French Lilac

📋 copy color: '#DFAFCF'

red 223 ◦ green 175 ◦ blue 207

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

Shades of French Lilac #DFAFCF

Tints of French Lilac #DFAFCF

RGB

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

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

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

R = 36.86%
G = 28.93%
B = 34.21%

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

#DFAFCF (or 0xDFAFCF) is known color: French Lilac. HEX triplet: DF, AF and CF. RGB value is (223,175,207). Sum of RGB (Red+Green+Blue) = 223+175+207=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFCF is #205030. Grayscale: #C0C0C0. Windows color (decimal): -2117681 or 13610975. OLE color: 13610975.

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

Color convert

RGB 223 175 207 -
CMYK 0 0.22 0.07 0.13
HSL 320º 0.43% 0.78% -
HSV(B) 320º 0.22% 0.87% -
XYZ 57.02 50.85 65.84 -
YUV 193 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 223 175 207 0 0.22 0.07 0.13 320 0.43 0.78
Hex DF AF CF 0 16 7 D 140 2B 4E
Octal 337 257 317 0 26 7 15 500 53 116
Binary 11011111 10101111 11001111 0 10110 111 1101 101000000 101011 1001110

Color Harmonies of #DFAFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAFCF

Black with #DFAFCF

Text Example


Text Example

White with #DFAFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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