Html Css Color HEX #DDBADA French Lilac

📋 copy color: '#DDBADA'

red 221 ◦ green 186 ◦ blue 218

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

Shades of French Lilac #DDBADA

Tints of French Lilac #DDBADA

RGB

 RED value IS 221 (86.72% from 255) = 35.36%

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

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

R = 35.36%
G = 29.76%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDBADA (or 0xDDBADA) is known color: French Lilac. HEX triplet: DD, BA and DA. RGB value is (221,186,218). Sum of RGB (Red+Green+Blue) = 221+186+218=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBADA is #224525. Grayscale: #C8C8C8. Windows color (decimal): -2245926 or 14334685. OLE color: 14334685.

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

Color convert

RGB 221 186 218 -
CMYK 0 0.16 0.01 0.13
HSL 305.14º 0.34% 0.8% -
HSV(B) 305.14º 0.16% 0.87% -
XYZ 60.03 55.55 73.89 -
YUV 200.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 221 186 218 0 0.16 0.01 0.13 305.14 0.34 0.8
Hex DD BA DA 0 10 1 D 131 22 50
Octal 335 272 332 0 20 1 15 461 42 120
Binary 11011101 10111010 11011010 0 10000 1 1101 100110001 100010 1010000

Color Harmonies of #DDBADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBADA

Black with #DDBADA

Text Example


Text Example

White with #DDBADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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