Html Css Color HEX #DDA6D3 French Lilac

📋 copy color: '#DDA6D3'

red 221 ◦ green 166 ◦ blue 211

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

Shades of French Lilac #DDA6D3

Tints of French Lilac #DDA6D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.28%

R = 36.96%
G = 27.76%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DDA6D3 (or 0xDDA6D3) is known color: French Lilac. HEX triplet: DD, A6 and D3. RGB value is (221,166,211). Sum of RGB (Red+Green+Blue) = 221+166+211=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 166 (65.23% from 255 or 27.76% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6D3 is #22592C. Grayscale: #BBBBBB. Windows color (decimal): -2251053 or 13870813. OLE color: 13870813.

HSL color Cylindrical-coordinate representation of color #DDA6D3: hue angle of 310.91º 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 #DDA6D3 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 166 211 -
CMYK 0 0.25 0.05 0.13
HSL 310.91º 0.45% 0.76% -
HSV(B) 310.91º 0.25% 0.87% -
XYZ 55.21 47.35 67.86 -
YUV 187.58 141.22 151.84 -
System Red Green Blue C M Y K H S L
Decimal 221 166 211 0 0.25 0.05 0.13 310.91 0.45 0.76
Hex DD A6 D3 0 19 5 D 137 2D 4C
Octal 335 246 323 0 31 5 15 467 55 114
Binary 11011101 10100110 11010011 0 11001 101 1101 100110111 101101 1001100

Color Harmonies of #DDA6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA6D3

Black with #DDA6D3

Text Example


Text Example

White with #DDA6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA6D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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