Html Css Color HEX #DDA8D2 French Lilac

📋 copy color: '#DDA8D2'

red 221 ◦ green 168 ◦ blue 210

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

Shades of French Lilac #DDA8D2

Tints of French Lilac #DDA8D2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.05%

 BLUE value IS 210 (82.42% from 255) = 35.06%

R = 36.89%
G = 28.05%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DDA8D2 (or 0xDDA8D2) is known color: French Lilac. HEX triplet: DD, A8 and D2. RGB value is (221,168,210). Sum of RGB (Red+Green+Blue) = 221+168+210=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8D2 is #22572D. Grayscale: #BCBCBC. Windows color (decimal): -2250542 or 13805789. OLE color: 13805789.

HSL color Cylindrical-coordinate representation of color #DDA8D2: hue angle of 312.45º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA8D2 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 168 210 -
CMYK 0 0.24 0.05 0.13
HSL 312.45º 0.44% 0.76% -
HSV(B) 312.45º 0.24% 0.87% -
XYZ 55.45 48.03 67.32 -
YUV 188.64 140.06 151.08 -
System Red Green Blue C M Y K H S L
Decimal 221 168 210 0 0.24 0.05 0.13 312.45 0.44 0.76
Hex DD A8 D2 0 18 5 D 138 2C 4C
Octal 335 250 322 0 30 5 15 470 54 114
Binary 11011101 10101000 11010010 0 11000 101 1101 100111000 101100 1001100

Color Harmonies of #DDA8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA8D2

Black with #DDA8D2

Text Example


Text Example

White with #DDA8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA8D2; }

 p { color: rgb(221,168,210); }

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

background-color css

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

 a { background-color: rgb(221,168,210); }

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

border-color css

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

 span { border-color: rgb(221,168,210); }

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