Html Css Color HEX #DFB1DA French Lilac

📋 copy color: '#DFB1DA'

red 223 ◦ green 177 ◦ blue 218

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

Shades of French Lilac #DFB1DA

Tints of French Lilac #DFB1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.28%

R = 36.08%
G = 28.64%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFB1DA (or 0xDFB1DA) is known color: French Lilac. HEX triplet: DF, B1 and DA. RGB value is (223,177,218). Sum of RGB (Red+Green+Blue) = 223+177+218=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1DA is #204E25. Grayscale: #C3C3C3. Windows color (decimal): -2117158 or 14332383. OLE color: 14332383.

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

Color convert

RGB 223 177 218 -
CMYK 0 0.21 0.02 0.13
HSL 306.52º 0.42% 0.78% -
HSV(B) 306.52º 0.21% 0.87% -
XYZ 58.81 52.19 73.3 -
YUV 195.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 223 177 218 0 0.21 0.02 0.13 306.52 0.42 0.78
Hex DF B1 DA 0 15 2 D 133 2A 4E
Octal 337 261 332 0 25 2 15 463 52 116
Binary 11011111 10110001 11011010 0 10101 10 1101 100110011 101010 1001110

Color Harmonies of #DFB1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB1DA

Black with #DFB1DA

Text Example


Text Example

White with #DFB1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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