Html Css Color HEX #DFABD2 French Lilac

📋 copy color: '#DFABD2'

red 223 ◦ green 171 ◦ blue 210

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

Shades of French Lilac #DFABD2

Tints of French Lilac #DFABD2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.31%

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

R = 36.92%
G = 28.31%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DFABD2 (or 0xDFABD2) is known color: French Lilac. HEX triplet: DF, AB and D2. RGB value is (223,171,210). Sum of RGB (Red+Green+Blue) = 223+171+210=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABD2 is #20542D. Grayscale: #BEBEBE. Windows color (decimal): -2118702 or 13806559. OLE color: 13806559.

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

Color convert

RGB 223 171 210 -
CMYK 0 0.23 0.06 0.13
HSL 315º 0.45% 0.77% -
HSV(B) 315º 0.23% 0.87% -
XYZ 56.63 49.47 67.54 -
YUV 190.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 223 171 210 0 0.23 0.06 0.13 315 0.45 0.77
Hex DF AB D2 0 17 6 D 13B 2D 4D
Octal 337 253 322 0 27 6 15 473 55 115
Binary 11011111 10101011 11010010 0 10111 110 1101 100111011 101101 1001101

Color Harmonies of #DFABD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFABD2

Black with #DFABD2

Text Example


Text Example

White with #DFABD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFABD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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