Html Css Color HEX #DDAFD5 French Lilac

📋 copy color: '#DDAFD5'

red 221 ◦ green 175 ◦ blue 213

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

Shades of French Lilac #DDAFD5

Tints of French Lilac #DDAFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.98%

R = 36.29%
G = 28.74%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DDAFD5 (or 0xDDAFD5) is known color: French Lilac. HEX triplet: DD, AF and D5. RGB value is (221,175,213). Sum of RGB (Red+Green+Blue) = 221+175+213=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFD5 is #22502A. Grayscale: #C0C0C0. Windows color (decimal): -2248747 or 14004189. OLE color: 14004189.

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

Color convert

RGB 221 175 213 -
CMYK 0 0.21 0.04 0.13
HSL 310.43º 0.4% 0.78% -
HSV(B) 310.43º 0.21% 0.87% -
XYZ 57.16 50.84 69.75 -
YUV 193.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 221 175 213 0 0.21 0.04 0.13 310.43 0.4 0.78
Hex DD AF D5 0 15 4 D 136 28 4E
Octal 335 257 325 0 25 4 15 466 50 116
Binary 11011101 10101111 11010101 0 10101 100 1101 100110110 101000 1001110

Color Harmonies of #DDAFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFD5

Black with #DDAFD5

Text Example


Text Example

White with #DDAFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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