Html Css Color HEX #DDAFD4 French Lilac

📋 copy color: '#DDAFD4'

red 221 ◦ green 175 ◦ blue 212

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

Shades of French Lilac #DDAFD4

Tints of French Lilac #DDAFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.87%

R = 36.35%
G = 28.78%
B = 34.87%

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

#DDAFD4 (or 0xDDAFD4) is known color: French Lilac. HEX triplet: DD, AF and D4. RGB value is (221,175,212). Sum of RGB (Red+Green+Blue) = 221+175+212=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFD4 is #22502B. Grayscale: #C0C0C0. Windows color (decimal): -2248748 or 13938653. OLE color: 13938653.

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

Color convert

RGB 221 175 212 -
CMYK 0 0.21 0.04 0.13
HSL 311.74º 0.4% 0.78% -
HSV(B) 311.74º 0.21% 0.87% -
XYZ 57.03 50.79 69.08 -
YUV 192.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 221 175 212 0 0.21 0.04 0.13 311.74 0.4 0.78
Hex DD AF D4 0 15 4 D 138 28 4E
Octal 335 257 324 0 25 4 15 470 50 116
Binary 11011101 10101111 11010100 0 10101 100 1101 100111000 101000 1001110

Color Harmonies of #DDAFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFD4

Black with #DDAFD4

Text Example


Text Example

White with #DDAFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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