Html Css Color HEX #DFA8D2 French Lilac

📋 copy color: '#DFA8D2'

red 223 ◦ green 168 ◦ blue 210

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

Shades of French Lilac #DFA8D2

Tints of French Lilac #DFA8D2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.95%

 BLUE value IS 210 (82.42% from 255) = 34.94%

R = 37.1%
G = 27.95%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DFA8D2 (or 0xDFA8D2) is known color: French Lilac. HEX triplet: DF, A8 and D2. RGB value is (223,168,210). Sum of RGB (Red+Green+Blue) = 223+168+210=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8D2 is #20572D. Grayscale: #BDBDBD. Windows color (decimal): -2119470 or 13805791. OLE color: 13805791.

HSL color Cylindrical-coordinate representation of color #DFA8D2: hue angle of 314.18º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFA8D2 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 168 210 -
CMYK 0 0.25 0.06 0.13
HSL 314.18º 0.46% 0.77% -
HSV(B) 314.18º 0.25% 0.87% -
XYZ 56.07 48.35 67.35 -
YUV 189.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 223 168 210 0 0.25 0.06 0.13 314.18 0.46 0.77
Hex DF A8 D2 0 19 6 D 13A 2E 4D
Octal 337 250 322 0 31 6 15 472 56 115
Binary 11011111 10101000 11010010 0 11001 110 1101 100111010 101110 1001101

Color Harmonies of #DFA8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA8D2

Black with #DFA8D2

Text Example


Text Example

White with #DFA8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA8D2; }

 p { color: rgb(223,168,210); }

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

background-color css

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

 a { background-color: rgb(223,168,210); }

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

border-color css

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

 span { border-color: rgb(223,168,210); }

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