Html Css Color HEX #DDAFDA French Lilac

📋 copy color: '#DDAFDA'

red 221 ◦ green 175 ◦ blue 218

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

Shades of French Lilac #DDAFDA

Tints of French Lilac #DDAFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.5%

R = 35.99%
G = 28.5%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDAFDA (or 0xDDAFDA) is known color: French Lilac. HEX triplet: DD, AF and DA. RGB value is (221,175,218). Sum of RGB (Red+Green+Blue) = 221+175+218=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFDA is #225025. Grayscale: #C1C1C1. Windows color (decimal): -2248742 or 14331869. OLE color: 14331869.

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

Color convert

RGB 221 175 218 -
CMYK 0 0.21 0.01 0.13
HSL 303.91º 0.4% 0.78% -
HSV(B) 303.91º 0.21% 0.87% -
XYZ 57.8 51.09 73.15 -
YUV 193.66 141.74 147.5 -
System Red Green Blue C M Y K H S L
Decimal 221 175 218 0 0.21 0.01 0.13 303.91 0.4 0.78
Hex DD AF DA 0 15 1 D 130 28 4E
Octal 335 257 332 0 25 1 15 460 50 116
Binary 11011101 10101111 11011010 0 10101 1 1101 100110000 101000 1001110

Color Harmonies of #DDAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFDA

Black with #DDAFDA

Text Example


Text Example

White with #DDAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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