Html Css Color HEX #DFB2E0 French Lilac

📋 copy color: '#DFB2E0'

red 223 ◦ green 178 ◦ blue 224

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

Shades of French Lilac #DFB2E0

Tints of French Lilac #DFB2E0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.48%

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

R = 35.68%
G = 28.48%
B = 35.84%

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

#DFB2E0 (or 0xDFB2E0) is known color: French Lilac. HEX triplet: DF, B2 and E0. RGB value is (223,178,224). Sum of RGB (Red+Green+Blue) = 223+178+224=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 178 (69.92% from 255 or 28.48% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFB2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2E0 is #204D1F. Grayscale: #C4C4C4. Windows color (decimal): -2116896 or 14725855. OLE color: 14725855.

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

Color convert

RGB 223 178 224 -
CMYK 0.00 0.21 0 0.12
HSL 298.7º 0.43% 0.79% -
HSV(B) 298.7º 0.21% 0.88% -
XYZ 59.81 52.91 77.58 -
YUV 196.7 143.41 146.76 -
System Red Green Blue C M Y K H S L
Decimal 223 178 224 0.00 0.21 0 0.12 298.7 0.43 0.79
Hex DF B2 E0 0 15 0 C 12B 2B 4F
Octal 337 262 340 0 25 0 14 453 53 117
Binary 11011111 10110010 11100000 0 10101 0 1100 100101011 101011 1001111

Color Harmonies of #DFB2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB2E0

Black with #DFB2E0

Text Example


Text Example

White with #DFB2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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