Html Css Color HEX #DDA2CC French Lilac

📋 copy color: '#DDA2CC'

red 221 ◦ green 162 ◦ blue 204

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

Shades of French Lilac #DDA2CC

Tints of French Lilac #DDA2CC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.6%

 BLUE value IS 204 (80.08% from 255) = 34.75%

R = 37.65%
G = 27.6%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DDA2CC (or 0xDDA2CC) is known color: French Lilac. HEX triplet: DD, A2 and CC. RGB value is (221,162,204). Sum of RGB (Red+Green+Blue) = 221+162+204=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA2CC is #225D33. Grayscale: #B8B8B8. Windows color (decimal): -2252084 or 13411037. OLE color: 13411037.

HSL color Cylindrical-coordinate representation of color #DDA2CC: hue angle of 317.29º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA2CC is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 162 204 -
CMYK 0 0.27 0.08 0.13
HSL 317.29º 0.46% 0.75% -
HSV(B) 317.29º 0.27% 0.87% -
XYZ 53.64 45.57 63.1 -
YUV 184.43 139.05 154.08 -
System Red Green Blue C M Y K H S L
Decimal 221 162 204 0 0.27 0.08 0.13 317.29 0.46 0.75
Hex DD A2 CC 0 1B 8 D 13D 2E 4B
Octal 335 242 314 0 33 10 15 475 56 113
Binary 11011101 10100010 11001100 0 11011 1000 1101 100111101 101110 1001011

Color Harmonies of #DDA2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA2CC

Black with #DDA2CC

Text Example


Text Example

White with #DDA2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA2CC; }

 p { color: rgb(221,162,204); }

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

background-color css

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

 a { background-color: rgb(221,162,204); }

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

border-color css

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

 span { border-color: rgb(221,162,204); }

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