Html Css Color HEX #DFB1DE French Lilac

📋 copy color: '#DFB1DE'

red 223 ◦ green 177 ◦ blue 222

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

Shades of French Lilac #DFB1DE

Tints of French Lilac #DFB1DE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.46%

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

R = 35.85%
G = 28.46%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DFB1DE (or 0xDFB1DE) is known color: French Lilac. HEX triplet: DF, B1 and DE. RGB value is (223,177,222). Sum of RGB (Red+Green+Blue) = 223+177+222=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1DE is #204E21. Grayscale: #C3C3C3. Windows color (decimal): -2117154 or 14594527. OLE color: 14594527.

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

Color convert

RGB 223 177 222 -
CMYK 0 0.21 0.00 0.13
HSL 301.3º 0.42% 0.78% -
HSV(B) 301.3º 0.21% 0.87% -
XYZ 59.34 52.41 76.1 -
YUV 195.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 223 177 222 0 0.21 0.00 0.13 301.3 0.42 0.78
Hex DF B1 DE 0 15 0 D 12D 2A 4E
Octal 337 261 336 0 25 0 15 455 52 116
Binary 11011111 10110001 11011110 0 10101 0 1101 100101101 101010 1001110

Color Harmonies of #DFB1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB1DE

Black with #DFB1DE

Text Example


Text Example

White with #DFB1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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