Html Css Color HEX #DDB5DA French Lilac

📋 copy color: '#DDB5DA'

red 221 ◦ green 181 ◦ blue 218

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

Shades of French Lilac #DDB5DA

Tints of French Lilac #DDB5DA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.19%

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

R = 35.65%
G = 29.19%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDB5DA (or 0xDDB5DA) is known color: French Lilac. HEX triplet: DD, B5 and DA. RGB value is (221,181,218). Sum of RGB (Red+Green+Blue) = 221+181+218=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5DA is #224A25. Grayscale: #C5C5C5. Windows color (decimal): -2247206 or 14333405. OLE color: 14333405.

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

Color convert

RGB 221 181 218 -
CMYK 0 0.18 0.01 0.13
HSL 304.5º 0.37% 0.79% -
HSV(B) 304.5º 0.18% 0.87% -
XYZ 59 53.48 73.54 -
YUV 197.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 221 181 218 0 0.18 0.01 0.13 304.5 0.37 0.79
Hex DD B5 DA 0 12 1 D 130 25 4F
Octal 335 265 332 0 22 1 15 460 45 117
Binary 11011101 10110101 11011010 0 10010 1 1101 100110000 100101 1001111

Color Harmonies of #DDB5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB5DA

Black with #DDB5DA

Text Example


Text Example

White with #DDB5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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