Html Css Color HEX #DFB1D4 French Lilac

📋 copy color: '#DFB1D4'

red 223 ◦ green 177 ◦ blue 212

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

Shades of French Lilac #DFB1D4

Tints of French Lilac #DFB1D4

RGB

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

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

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

R = 36.44%
G = 28.92%
B = 34.64%

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

#DFB1D4 (or 0xDFB1D4) is known color: French Lilac. HEX triplet: DF, B1 and D4. RGB value is (223,177,212). Sum of RGB (Red+Green+Blue) = 223+177+212=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1D4 is #204E2B. Grayscale: #C2C2C2. Windows color (decimal): -2117164 or 13939167. OLE color: 13939167.

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

Color convert

RGB 223 177 212 -
CMYK 0 0.21 0.05 0.13
HSL 314.35º 0.42% 0.78% -
HSV(B) 314.35º 0.21% 0.87% -
XYZ 58.04 51.89 69.24 -
YUV 194.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 223 177 212 0 0.21 0.05 0.13 314.35 0.42 0.78
Hex DF B1 D4 0 15 5 D 13A 2A 4E
Octal 337 261 324 0 25 5 15 472 52 116
Binary 11011111 10110001 11010100 0 10101 101 1101 100111010 101010 1001110

Color Harmonies of #DFB1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB1D4

Black with #DFB1D4

Text Example


Text Example

White with #DFB1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB1D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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