Html Css Color HEX #DFBEDC French Lilac

📋 copy color: '#DFBEDC'

red 223 ◦ green 190 ◦ blue 220

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

Shades of French Lilac #DFBEDC

Tints of French Lilac #DFBEDC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.02%

 BLUE value IS 220 (86.33% from 255) = 34.76%

R = 35.23%
G = 30.02%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFBEDC (or 0xDFBEDC) is known color: French Lilac. HEX triplet: DF, BE and DC. RGB value is (223,190,220). Sum of RGB (Red+Green+Blue) = 223+190+220=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEDC is #204123. Grayscale: #CBCBCB. Windows color (decimal): -2113828 or 14466783. OLE color: 14466783.

HSL color Cylindrical-coordinate representation of color #DFBEDC: hue angle of 305.45º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBEDC is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 190 220 -
CMYK 0 0.15 0.01 0.13
HSL 305.45º 0.34% 0.81% -
HSV(B) 305.45º 0.15% 0.87% -
XYZ 61.76 57.68 75.59 -
YUV 203.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 223 190 220 0 0.15 0.01 0.13 305.45 0.34 0.81
Hex DF BE DC 0 F 1 D 131 22 51
Octal 337 276 334 0 17 1 15 461 42 121
Binary 11011111 10111110 11011100 0 1111 1 1101 100110001 100010 1010001

Color Harmonies of #DFBEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBEDC

Black with #DFBEDC

Text Example


Text Example

White with #DFBEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBEDC; }

 p { color: rgb(223,190,220); }

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

background-color css

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

 a { background-color: rgb(223,190,220); }

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

border-color css

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

 span { border-color: rgb(223,190,220); }

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