Html Css Color HEX #DDAFD2 French Lilac

📋 copy color: '#DDAFD2'

red 221 ◦ green 175 ◦ blue 210

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

Shades of French Lilac #DDAFD2

Tints of French Lilac #DDAFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.65%

R = 36.47%
G = 28.88%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DDAFD2 (or 0xDDAFD2) is known color: French Lilac. HEX triplet: DD, AF and D2. RGB value is (221,175,210). Sum of RGB (Red+Green+Blue) = 221+175+210=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFD2 is #22502D. Grayscale: #C0C0C0. Windows color (decimal): -2248750 or 13807581. OLE color: 13807581.

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

Color convert

RGB 221 175 210 -
CMYK 0 0.21 0.05 0.13
HSL 314.35º 0.4% 0.78% -
HSV(B) 314.35º 0.21% 0.87% -
XYZ 56.78 50.69 67.76 -
YUV 192.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 221 175 210 0 0.21 0.05 0.13 314.35 0.4 0.78
Hex DD AF D2 0 15 5 D 13A 28 4E
Octal 335 257 322 0 25 5 15 472 50 116
Binary 11011101 10101111 11010010 0 10101 101 1101 100111010 101000 1001110

Color Harmonies of #DDAFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFD2

Black with #DDAFD2

Text Example


Text Example

White with #DDAFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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