Html Css Color HEX #DDB4DA French Lilac

📋 copy color: '#DDB4DA'

red 221 ◦ green 180 ◦ blue 218

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

Shades of French Lilac #DDB4DA

Tints of French Lilac #DDB4DA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.08%

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

R = 35.7%
G = 29.08%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDB4DA (or 0xDDB4DA) is known color: French Lilac. HEX triplet: DD, B4 and DA. RGB value is (221,180,218). Sum of RGB (Red+Green+Blue) = 221+180+218=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4DA is #224B25. Grayscale: #C4C4C4. Windows color (decimal): -2247462 or 14333149. OLE color: 14333149.

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

Color convert

RGB 221 180 218 -
CMYK 0 0.19 0.01 0.13
HSL 304.39º 0.38% 0.79% -
HSV(B) 304.39º 0.19% 0.87% -
XYZ 58.79 53.08 73.48 -
YUV 196.59 140.08 145.41 -
System Red Green Blue C M Y K H S L
Decimal 221 180 218 0 0.19 0.01 0.13 304.39 0.38 0.79
Hex DD B4 DA 0 13 1 D 130 26 4F
Octal 335 264 332 0 23 1 15 460 46 117
Binary 11011101 10110100 11011010 0 10011 1 1101 100110000 100110 1001111

Color Harmonies of #DDB4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB4DA

Black with #DDB4DA

Text Example


Text Example

White with #DDB4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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