Html Css Color HEX #DFADD5 French Lilac

📋 copy color: '#DFADD5'

red 223 ◦ green 173 ◦ blue 213

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

Shades of French Lilac #DFADD5

Tints of French Lilac #DFADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.98%

R = 36.62%
G = 28.41%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DFADD5 (or 0xDFADD5) is known color: French Lilac. HEX triplet: DF, AD and D5. RGB value is (223,173,213). Sum of RGB (Red+Green+Blue) = 223+173+213=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADD5 is #20522A. Grayscale: #C0C0C0. Windows color (decimal): -2118187 or 14003679. OLE color: 14003679.

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

Color convert

RGB 223 173 213 -
CMYK 0 0.22 0.04 0.13
HSL 312º 0.44% 0.78% -
HSV(B) 312º 0.22% 0.87% -
XYZ 57.39 50.38 69.65 -
YUV 192.51 139.57 149.75 -
System Red Green Blue C M Y K H S L
Decimal 223 173 213 0 0.22 0.04 0.13 312 0.44 0.78
Hex DF AD D5 0 16 4 D 138 2C 4E
Octal 337 255 325 0 26 4 15 470 54 116
Binary 11011111 10101101 11010101 0 10110 100 1101 100111000 101100 1001110

Color Harmonies of #DFADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFADD5

Black with #DFADD5

Text Example


Text Example

White with #DFADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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