Html Css Color HEX #DDA6CC French Lilac

📋 copy color: '#DDA6CC'

red 221 ◦ green 166 ◦ blue 204

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

Shades of French Lilac #DDA6CC

Tints of French Lilac #DDA6CC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.09%

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

R = 37.39%
G = 28.09%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DDA6CC (or 0xDDA6CC) is known color: French Lilac. HEX triplet: DD, A6 and CC. RGB value is (221,166,204). Sum of RGB (Red+Green+Blue) = 221+166+204=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6CC is #225933. Grayscale: #BABABA. Windows color (decimal): -2251060 or 13412061. OLE color: 13412061.

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

Color convert

RGB 221 166 204 -
CMYK 0 0.25 0.08 0.13
HSL 318.55º 0.45% 0.76% -
HSV(B) 318.55º 0.25% 0.87% -
XYZ 54.35 47 63.33 -
YUV 186.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 221 166 204 0 0.25 0.08 0.13 318.55 0.45 0.76
Hex DD A6 CC 0 19 8 D 13F 2D 4C
Octal 335 246 314 0 31 10 15 477 55 114
Binary 11011101 10100110 11001100 0 11001 1000 1101 100111111 101101 1001100

Color Harmonies of #DDA6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA6CC

Black with #DDA6CC

Text Example


Text Example

White with #DDA6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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