Html Css Color HEX #DFADCF French Lilac

📋 copy color: '#DFADCF'

red 223 ◦ green 173 ◦ blue 207

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

Shades of French Lilac #DFADCF

Tints of French Lilac #DFADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.69%

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

R = 36.98%
G = 28.69%
B = 34.33%

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

#DFADCF (or 0xDFADCF) is known color: French Lilac. HEX triplet: DF, AD and CF. RGB value is (223,173,207). Sum of RGB (Red+Green+Blue) = 223+173+207=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADCF is #205230. Grayscale: #BFBFBF. Windows color (decimal): -2118193 or 13610463. OLE color: 13610463.

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

Color convert

RGB 223 173 207 -
CMYK 0 0.22 0.07 0.13
HSL 319.2º 0.44% 0.78% -
HSV(B) 319.2º 0.22% 0.87% -
XYZ 56.64 50.08 65.71 -
YUV 191.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 223 173 207 0 0.22 0.07 0.13 319.2 0.44 0.78
Hex DF AD CF 0 16 7 D 13F 2C 4E
Octal 337 255 317 0 26 7 15 477 54 116
Binary 11011111 10101101 11001111 0 10110 111 1101 100111111 101100 1001110

Color Harmonies of #DFADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFADCF

Black with #DFADCF

Text Example


Text Example

White with #DFADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFADCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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