Html Css Color HEX #DDA3CC French Lilac

📋 copy color: '#DDA3CC'

red 221 ◦ green 163 ◦ blue 204

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

Shades of French Lilac #DDA3CC

Tints of French Lilac #DDA3CC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.72%

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

R = 37.59%
G = 27.72%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DDA3CC (or 0xDDA3CC) is known color: French Lilac. HEX triplet: DD, A3 and CC. RGB value is (221,163,204). Sum of RGB (Red+Green+Blue) = 221+163+204=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 163 (64.06% from 255 or 27.72% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA3CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA3CC is #225C33. Grayscale: #B8B8B8. Windows color (decimal): -2251828 or 13411293. OLE color: 13411293.

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

Color convert

RGB 221 163 204 -
CMYK 0 0.26 0.08 0.13
HSL 317.59º 0.46% 0.75% -
HSV(B) 317.59º 0.26% 0.87% -
XYZ 53.82 45.93 63.16 -
YUV 185.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 221 163 204 0 0.26 0.08 0.13 317.59 0.46 0.75
Hex DD A3 CC 0 1A 8 D 13E 2E 4B
Octal 335 243 314 0 32 10 15 476 56 113
Binary 11011101 10100011 11001100 0 11010 1000 1101 100111110 101110 1001011

Color Harmonies of #DDA3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA3CC

Black with #DDA3CC

Text Example


Text Example

White with #DDA3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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