Html Css Color HEX #DFB0D4 French Lilac

📋 copy color: '#DFB0D4'

red 223 ◦ green 176 ◦ blue 212

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

Shades of French Lilac #DFB0D4

Tints of French Lilac #DFB0D4

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.81%

 BLUE value IS 212 (83.2% from 255) = 34.7%

R = 36.5%
G = 28.81%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DFB0D4 (or 0xDFB0D4) is known color: French Lilac. HEX triplet: DF, B0 and D4. RGB value is (223,176,212). Sum of RGB (Red+Green+Blue) = 223+176+212=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0D4 is #204F2B. Grayscale: #C2C2C2. Windows color (decimal): -2117420 or 13938911. OLE color: 13938911.

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

Color convert

RGB 223 176 212 -
CMYK 0 0.21 0.05 0.13
HSL 314.04º 0.42% 0.78% -
HSV(B) 314.04º 0.21% 0.87% -
XYZ 57.84 51.49 69.18 -
YUV 194.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 223 176 212 0 0.21 0.05 0.13 314.04 0.42 0.78
Hex DF B0 D4 0 15 5 D 13A 2A 4E
Octal 337 260 324 0 25 5 15 472 52 116
Binary 11011111 10110000 11010100 0 10101 101 1101 100111010 101010 1001110

Color Harmonies of #DFB0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB0D4

Black with #DFB0D4

Text Example


Text Example

White with #DFB0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB0D4; }

 p { color: rgb(223,176,212); }

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

background-color css

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

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

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

border-color css

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

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

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