Html Css Color HEX #DFA6D4 French Lilac

📋 copy color: '#DFA6D4'

red 223 ◦ green 166 ◦ blue 212

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

Shades of French Lilac #DFA6D4

Tints of French Lilac #DFA6D4

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.62%

 BLUE value IS 212 (83.2% from 255) = 35.27%

R = 37.1%
G = 27.62%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DFA6D4 (or 0xDFA6D4) is known color: French Lilac. HEX triplet: DF, A6 and D4. RGB value is (223,166,212). Sum of RGB (Red+Green+Blue) = 223+166+212=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 166 (65.23% from 255 or 27.62% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA6D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA6D4 is #20592B. Grayscale: #BCBCBC. Windows color (decimal): -2119980 or 13936351. OLE color: 13936351.

HSL color Cylindrical-coordinate representation of color #DFA6D4: hue angle of 311.58º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA6D4 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 166 212 -
CMYK 0 0.26 0.05 0.13
HSL 311.58º 0.47% 0.76% -
HSV(B) 311.58º 0.26% 0.87% -
XYZ 55.95 47.71 68.55 -
YUV 188.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 223 166 212 0 0.26 0.05 0.13 311.58 0.47 0.76
Hex DF A6 D4 0 1A 5 D 138 2F 4C
Octal 337 246 324 0 32 5 15 470 57 114
Binary 11011111 10100110 11010100 0 11010 101 1101 100111000 101111 1001100

Color Harmonies of #DFA6D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA6D4

Black with #DFA6D4

Text Example


Text Example

White with #DFA6D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA6D4; }

 p { color: rgb(223,166,212); }

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

background-color css

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

 a { background-color: rgb(223,166,212); }

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

border-color css

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

 span { border-color: rgb(223,166,212); }

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