Html Css Color HEX #DFB0E0 French Lilac

📋 copy color: '#DFB0E0'

red 223 ◦ green 176 ◦ blue 224

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

Shades of French Lilac #DFB0E0

Tints of French Lilac #DFB0E0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.25%

 BLUE value IS 224 (87.89% from 255) = 35.96%

R = 35.79%
G = 28.25%
B = 35.96%

CMYK

 C value IS 0.00

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFB0E0 (or 0xDFB0E0) is known color: French Lilac. HEX triplet: DF, B0 and E0. RGB value is (223,176,224). Sum of RGB (Red+Green+Blue) = 223+176+224=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFB0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0E0 is #204F1F. Grayscale: #C3C3C3. Windows color (decimal): -2117408 or 14725343. OLE color: 14725343.

HSL color Cylindrical-coordinate representation of color #DFB0E0: hue angle of 298.75º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB0E0 is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 176 224 -
CMYK 0.00 0.21 0 0.12
HSL 298.75º 0.44% 0.78% -
HSV(B) 298.75º 0.21% 0.88% -
XYZ 59.41 52.12 77.45 -
YUV 195.53 144.07 147.6 -
System Red Green Blue C M Y K H S L
Decimal 223 176 224 0.00 0.21 0 0.12 298.75 0.44 0.78
Hex DF B0 E0 0 15 0 C 12B 2C 4E
Octal 337 260 340 0 25 0 14 453 54 116
Binary 11011111 10110000 11100000 0 10101 0 1100 100101011 101100 1001110

Color Harmonies of #DFB0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB0E0

Black with #DFB0E0

Text Example


Text Example

White with #DFB0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB0E0; }

 p { color: rgb(223,176,224); }

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

background-color css

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

 a { background-color: rgb(223,176,224); }

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

border-color css

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

 span { border-color: rgb(223,176,224); }

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