Html Css Color HEX #DFBADA French Lilac

📋 copy color: '#DFBADA'

red 223 ◦ green 186 ◦ blue 218

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

Shades of French Lilac #DFBADA

Tints of French Lilac #DFBADA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.67%

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

R = 35.57%
G = 29.67%
B = 34.77%

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

#DFBADA (or 0xDFBADA) is known color: French Lilac. HEX triplet: DF, BA and DA. RGB value is (223,186,218). Sum of RGB (Red+Green+Blue) = 223+186+218=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBADA is #204525. Grayscale: #C8C8C8. Windows color (decimal): -2114854 or 14334687. OLE color: 14334687.

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

Color convert

RGB 223 186 218 -
CMYK 0 0.17 0.02 0.13
HSL 308.11º 0.37% 0.8% -
HSV(B) 308.11º 0.17% 0.87% -
XYZ 60.65 55.87 73.92 -
YUV 200.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 223 186 218 0 0.17 0.02 0.13 308.11 0.37 0.8
Hex DF BA DA 0 11 2 D 134 25 50
Octal 337 272 332 0 21 2 15 464 45 120
Binary 11011111 10111010 11011010 0 10001 10 1101 100110100 100101 1010000

Color Harmonies of #DFBADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBADA

Black with #DFBADA

Text Example


Text Example

White with #DFBADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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