Html Css Color HEX #DDA4CF French Lilac

📋 copy color: '#DDA4CF'

red 221 ◦ green 164 ◦ blue 207

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

Shades of French Lilac #DDA4CF

Tints of French Lilac #DDA4CF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.7%

 BLUE value IS 207 (81.25% from 255) = 34.97%

R = 37.33%
G = 27.7%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DDA4CF (or 0xDDA4CF) is known color: French Lilac. HEX triplet: DD, A4 and CF. RGB value is (221,164,207). Sum of RGB (Red+Green+Blue) = 221+164+207=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4CF is #225B30. Grayscale: #B9B9B9. Windows color (decimal): -2251569 or 13608157. OLE color: 13608157.

HSL color Cylindrical-coordinate representation of color #DDA4CF: hue angle of 314.74º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDA4CF is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 164 207 -
CMYK 0 0.26 0.06 0.13
HSL 314.74º 0.46% 0.75% -
HSV(B) 314.74º 0.26% 0.87% -
XYZ 54.36 46.43 65.13 -
YUV 185.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 221 164 207 0 0.26 0.06 0.13 314.74 0.46 0.75
Hex DD A4 CF 0 1A 6 D 13B 2E 4B
Octal 335 244 317 0 32 6 15 473 56 113
Binary 11011101 10100100 11001111 0 11010 110 1101 100111011 101110 1001011

Color Harmonies of #DDA4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA4CF

Black with #DDA4CF

Text Example


Text Example

White with #DDA4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA4CF; }

 p { color: rgb(221,164,207); }

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

background-color css

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

 a { background-color: rgb(221,164,207); }

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

border-color css

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

 span { border-color: rgb(221,164,207); }

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