Html Css Color HEX #DDB6DA French Lilac

📋 copy color: '#DDB6DA'

red 221 ◦ green 182 ◦ blue 218

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

Shades of French Lilac #DDB6DA

Tints of French Lilac #DDB6DA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.31%

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

R = 35.59%
G = 29.31%
B = 35.1%

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

#DDB6DA (or 0xDDB6DA) is known color: French Lilac. HEX triplet: DD, B6 and DA. RGB value is (221,182,218). Sum of RGB (Red+Green+Blue) = 221+182+218=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6DA is #224925. Grayscale: #C5C5C5. Windows color (decimal): -2246950 or 14333661. OLE color: 14333661.

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

Color convert

RGB 221 182 218 -
CMYK 0 0.18 0.01 0.13
HSL 304.62º 0.36% 0.79% -
HSV(B) 304.62º 0.18% 0.87% -
XYZ 59.2 53.89 73.61 -
YUV 197.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 221 182 218 0 0.18 0.01 0.13 304.62 0.36 0.79
Hex DD B6 DA 0 12 1 D 131 24 4F
Octal 335 266 332 0 22 1 15 461 44 117
Binary 11011101 10110110 11011010 0 10010 1 1101 100110001 100100 1001111

Color Harmonies of #DDB6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB6DA

Black with #DDB6DA

Text Example


Text Example

White with #DDB6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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