Html Css Color HEX #DFB8DA French Lilac

📋 copy color: '#DFB8DA'

red 223 ◦ green 184 ◦ blue 218

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

Shades of French Lilac #DFB8DA

Tints of French Lilac #DFB8DA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.44%

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

R = 35.68%
G = 29.44%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFB8DA (or 0xDFB8DA) is known color: French Lilac. HEX triplet: DF, B8 and DA. RGB value is (223,184,218). Sum of RGB (Red+Green+Blue) = 223+184+218=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB8DA is #204725. Grayscale: #C7C7C7. Windows color (decimal): -2115366 or 14334175. OLE color: 14334175.

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

Color convert

RGB 223 184 218 -
CMYK 0 0.17 0.02 0.13
HSL 307.69º 0.38% 0.8% -
HSV(B) 307.69º 0.17% 0.87% -
XYZ 60.23 55.03 73.78 -
YUV 199.54 138.42 144.74 -
System Red Green Blue C M Y K H S L
Decimal 223 184 218 0 0.17 0.02 0.13 307.69 0.38 0.8
Hex DF B8 DA 0 11 2 D 134 26 50
Octal 337 270 332 0 21 2 15 464 46 120
Binary 11011111 10111000 11011010 0 10001 10 1101 100110100 100110 1010000

Color Harmonies of #DFB8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB8DA

Black with #DFB8DA

Text Example


Text Example

White with #DFB8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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