Html Css Color HEX #DFA1CE French Lilac

📋 copy color: '#DFA1CE'

red 223 ◦ green 161 ◦ blue 206

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

Shades of French Lilac #DFA1CE

Tints of French Lilac #DFA1CE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.29%

 BLUE value IS 206 (80.86% from 255) = 34.92%

R = 37.8%
G = 27.29%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DFA1CE (or 0xDFA1CE) is known color: French Lilac. HEX triplet: DF, A1 and CE. RGB value is (223,161,206). Sum of RGB (Red+Green+Blue) = 223+161+206=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 161 (63.28% from 255 or 27.29% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA1CE is #205E31. Grayscale: #B8B8B8. Windows color (decimal): -2121266 or 13541855. OLE color: 13541855.

HSL color Cylindrical-coordinate representation of color #DFA1CE: hue angle of 316.45º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFA1CE is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 161 206 -
CMYK 0 0.28 0.08 0.13
HSL 316.45º 0.49% 0.75% -
HSV(B) 316.45º 0.28% 0.87% -
XYZ 54.32 45.63 64.34 -
YUV 184.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 223 161 206 0 0.28 0.08 0.13 316.45 0.49 0.75
Hex DF A1 CE 0 1C 8 D 13C 31 4B
Octal 337 241 316 0 34 10 15 474 61 113
Binary 11011111 10100001 11001110 0 11100 1000 1101 100111100 110001 1001011

Color Harmonies of #DFA1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA1CE

Black with #DFA1CE

Text Example


Text Example

White with #DFA1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA1CE; }

 p { color: rgb(223,161,206); }

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

background-color css

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

 a { background-color: rgb(223,161,206); }

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

border-color css

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

 span { border-color: rgb(223,161,206); }

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