Html Css Color HEX #DFB6DA French Lilac

📋 copy color: '#DFB6DA'

red 223 ◦ green 182 ◦ blue 218

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

Shades of French Lilac #DFB6DA

Tints of French Lilac #DFB6DA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.21%

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

R = 35.79%
G = 29.21%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFB6DA (or 0xDFB6DA) is known color: French Lilac. HEX triplet: DF, B6 and DA. RGB value is (223,182,218). Sum of RGB (Red+Green+Blue) = 223+182+218=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6DA is #204925. Grayscale: #C6C6C6. Windows color (decimal): -2115878 or 14333663. OLE color: 14333663.

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

Color convert

RGB 223 182 218 -
CMYK 0 0.18 0.02 0.13
HSL 307.32º 0.39% 0.79% -
HSV(B) 307.32º 0.18% 0.87% -
XYZ 59.81 54.21 73.64 -
YUV 198.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 223 182 218 0 0.18 0.02 0.13 307.32 0.39 0.79
Hex DF B6 DA 0 12 2 D 133 27 4F
Octal 337 266 332 0 22 2 15 463 47 117
Binary 11011111 10110110 11011010 0 10010 10 1101 100110011 100111 1001111

Color Harmonies of #DFB6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB6DA

Black with #DFB6DA

Text Example


Text Example

White with #DFB6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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