Html Css Color HEX #DFA2CD French Lilac

📋 copy color: '#DFA2CD'

red 223 ◦ green 162 ◦ blue 205

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

Shades of French Lilac #DFA2CD

Tints of French Lilac #DFA2CD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.46%

 BLUE value IS 205 (80.47% from 255) = 34.75%

R = 37.8%
G = 27.46%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DFA2CD (or 0xDFA2CD) is known color: French Lilac. HEX triplet: DF, A2 and CD. RGB value is (223,162,205). Sum of RGB (Red+Green+Blue) = 223+162+205=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA2CD is #205D32. Grayscale: #B9B9B9. Windows color (decimal): -2121011 or 13476575. OLE color: 13476575.

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

Color convert

RGB 223 162 205 -
CMYK 0 0.27 0.08 0.13
HSL 317.7º 0.49% 0.75% -
HSV(B) 317.7º 0.27% 0.87% -
XYZ 54.37 45.94 63.76 -
YUV 185.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 223 162 205 0 0.27 0.08 0.13 317.7 0.49 0.75
Hex DF A2 CD 0 1B 8 D 13E 31 4B
Octal 337 242 315 0 33 10 15 476 61 113
Binary 11011111 10100010 11001101 0 11011 1000 1101 100111110 110001 1001011

Color Harmonies of #DFA2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA2CD

Black with #DFA2CD

Text Example


Text Example

White with #DFA2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA2CD; }

 p { color: rgb(223,162,205); }

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

background-color css

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

 a { background-color: rgb(223,162,205); }

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

border-color css

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

 span { border-color: rgb(223,162,205); }

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