Html Css Color HEX #DDAFD7 French Lilac

📋 copy color: '#DDAFD7'

red 221 ◦ green 175 ◦ blue 215

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

Shades of French Lilac #DDAFD7

Tints of French Lilac #DDAFD7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.64%

 BLUE value IS 215 (84.38% from 255) = 35.19%

R = 36.17%
G = 28.64%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DDAFD7 (or 0xDDAFD7) is known color: French Lilac. HEX triplet: DD, AF and D7. RGB value is (221,175,215). Sum of RGB (Red+Green+Blue) = 221+175+215=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFD7 is #225028. Grayscale: #C1C1C1. Windows color (decimal): -2248745 or 14135261. OLE color: 14135261.

HSL color Cylindrical-coordinate representation of color #DDAFD7: hue angle of 307.83º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAFD7 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 175 215 -
CMYK 0 0.21 0.03 0.13
HSL 307.83º 0.4% 0.78% -
HSV(B) 307.83º 0.21% 0.87% -
XYZ 57.41 50.94 71.1 -
YUV 193.31 140.24 147.75 -
System Red Green Blue C M Y K H S L
Decimal 221 175 215 0 0.21 0.03 0.13 307.83 0.4 0.78
Hex DD AF D7 0 15 3 D 134 28 4E
Octal 335 257 327 0 25 3 15 464 50 116
Binary 11011101 10101111 11010111 0 10101 11 1101 100110100 101000 1001110

Color Harmonies of #DDAFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFD7

Black with #DDAFD7

Text Example


Text Example

White with #DDAFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFD7; }

 p { color: rgb(221,175,215); }

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

background-color css

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

 a { background-color: rgb(221,175,215); }

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

border-color css

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

 span { border-color: rgb(221,175,215); }

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