Html Css Color HEX #DFB2DF French Lilac

📋 copy color: '#DFB2DF'

red 223 ◦ green 178 ◦ blue 223

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

Shades of French Lilac #DFB2DF

Tints of French Lilac #DFB2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.74%

R = 35.74%
G = 28.53%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DFB2DF (or 0xDFB2DF) is known color: French Lilac. HEX triplet: DF, B2 and DF. RGB value is (223,178,223). Sum of RGB (Red+Green+Blue) = 223+178+223=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 178 (69.92% from 255 or 28.53% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFB2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2DF is #204D20. Grayscale: #C4C4C4. Windows color (decimal): -2116897 or 14660319. OLE color: 14660319.

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

Color convert

RGB 223 178 223 -
CMYK 0 0.20 0 0.13
HSL 300º 0.41% 0.79% -
HSV(B) 300º 0.2% 0.87% -
XYZ 59.67 52.86 76.87 -
YUV 196.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 223 178 223 0 0.20 0 0.13 300 0.41 0.79
Hex DF B2 DF 0 14 0 D 12C 29 4F
Octal 337 262 337 0 24 0 15 454 51 117
Binary 11011111 10110010 11011111 0 10100 0 1101 100101100 101001 1001111

Color Harmonies of #DFB2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB2DF

Black with #DFB2DF

Text Example


Text Example

White with #DFB2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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