Html Css Color HEX #DFB2DC French Lilac

📋 copy color: '#DFB2DC'

red 223 ◦ green 178 ◦ blue 220

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

Shades of French Lilac #DFB2DC

Tints of French Lilac #DFB2DC

RGB

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

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

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

R = 35.91%
G = 28.66%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFB2DC (or 0xDFB2DC) is known color: French Lilac. HEX triplet: DF, B2 and DC. RGB value is (223,178,220). Sum of RGB (Red+Green+Blue) = 223+178+220=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2DC is #204D23. Grayscale: #C4C4C4. Windows color (decimal): -2116900 or 14463711. OLE color: 14463711.

HSL color Cylindrical-coordinate representation of color #DFB2DC: hue angle of 304º 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 #DFB2DC is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 178 220 -
CMYK 0 0.20 0.01 0.13
HSL 304º 0.41% 0.79% -
HSV(B) 304º 0.2% 0.87% -
XYZ 59.27 52.7 74.76 -
YUV 196.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 223 178 220 0 0.20 0.01 0.13 304 0.41 0.79
Hex DF B2 DC 0 14 1 D 130 29 4F
Octal 337 262 334 0 24 1 15 460 51 117
Binary 11011111 10110010 11011100 0 10100 1 1101 100110000 101001 1001111

Color Harmonies of #DFB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB2DC

Black with #DFB2DC

Text Example


Text Example

White with #DFB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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