Html Css Color HEX #DDA3CF French Lilac

📋 copy color: '#DDA3CF'

red 221 ◦ green 163 ◦ blue 207

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

Shades of French Lilac #DDA3CF

Tints of French Lilac #DDA3CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.03%

R = 37.39%
G = 27.58%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DDA3CF (or 0xDDA3CF) is known color: French Lilac. HEX triplet: DD, A3 and CF. RGB value is (221,163,207). Sum of RGB (Red+Green+Blue) = 221+163+207=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA3CF is #225C30. Grayscale: #B9B9B9. Windows color (decimal): -2251825 or 13607901. OLE color: 13607901.

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

Color convert

RGB 221 163 207 -
CMYK 0 0.26 0.06 0.13
HSL 314.48º 0.46% 0.75% -
HSV(B) 314.48º 0.26% 0.87% -
XYZ 54.18 46.07 65.07 -
YUV 185.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 221 163 207 0 0.26 0.06 0.13 314.48 0.46 0.75
Hex DD A3 CF 0 1A 6 D 13A 2E 4B
Octal 335 243 317 0 32 6 15 472 56 113
Binary 11011101 10100011 11001111 0 11010 110 1101 100111010 101110 1001011

Color Harmonies of #DDA3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA3CF

Black with #DDA3CF

Text Example


Text Example

White with #DDA3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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