Html Css Color HEX #DFB5DE French Lilac

📋 copy color: '#DFB5DE'

red 223 ◦ green 181 ◦ blue 222

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

Shades of French Lilac #DFB5DE

Tints of French Lilac #DFB5DE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.91%

 BLUE value IS 222 (87.11% from 255) = 35.46%

R = 35.62%
G = 28.91%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DFB5DE (or 0xDFB5DE) is known color: French Lilac. HEX triplet: DF, B5 and DE. RGB value is (223,181,222). Sum of RGB (Red+Green+Blue) = 223+181+222=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5DE is #204A21. Grayscale: #C6C6C6. Windows color (decimal): -2116130 or 14595551. OLE color: 14595551.

HSL color Cylindrical-coordinate representation of color #DFB5DE: hue angle of 301.43º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFB5DE is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 181 222 -
CMYK 0 0.19 0.00 0.13
HSL 301.43º 0.4% 0.79% -
HSV(B) 301.43º 0.19% 0.87% -
XYZ 60.14 54.01 76.36 -
YUV 198.23 141.41 145.67 -
System Red Green Blue C M Y K H S L
Decimal 223 181 222 0 0.19 0.00 0.13 301.43 0.4 0.79
Hex DF B5 DE 0 13 0 D 12D 28 4F
Octal 337 265 336 0 23 0 15 455 50 117
Binary 11011111 10110101 11011110 0 10011 0 1101 100101101 101000 1001111

Color Harmonies of #DFB5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB5DE

Black with #DFB5DE

Text Example


Text Example

White with #DFB5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB5DE; }

 p { color: rgb(223,181,222); }

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

background-color css

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

 a { background-color: rgb(223,181,222); }

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

border-color css

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

 span { border-color: rgb(223,181,222); }

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