Html Css Color HEX #DDC4D9 French Lilac

📋 copy color: '#DDC4D9'

red 221 ◦ green 196 ◦ blue 217

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

Shades of French Lilac #DDC4D9

Tints of French Lilac #DDC4D9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.91%

 BLUE value IS 217 (85.16% from 255) = 34.23%

R = 34.86%
G = 30.91%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DDC4D9 (or 0xDDC4D9) is known color: French Lilac. HEX triplet: DD, C4 and D9. RGB value is (221,196,217). Sum of RGB (Red+Green+Blue) = 221+196+217=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4D9 is #223B26. Grayscale: #CDCDCD. Windows color (decimal): -2243367 or 14271709. OLE color: 14271709.

HSL color Cylindrical-coordinate representation of color #DDC4D9: hue angle of 309.6º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDC4D9 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 217 -
CMYK 0 0.11 0.02 0.13
HSL 309.6º 0.27% 0.82% -
HSV(B) 309.6º 0.11% 0.87% -
XYZ 62.08 59.86 73.93 -
YUV 205.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 221 196 217 0 0.11 0.02 0.13 309.6 0.27 0.82
Hex DD C4 D9 0 B 2 D 136 1B 52
Octal 335 304 331 0 13 2 15 466 33 122
Binary 11011101 11000100 11011001 0 1011 10 1101 100110110 11011 1010010

Color Harmonies of #DDC4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC4D9

Black with #DDC4D9

Text Example


Text Example

White with #DDC4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC4D9; }

 p { color: rgb(221,196,217); }

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

background-color css

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

 a { background-color: rgb(221,196,217); }

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

border-color css

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

 span { border-color: rgb(221,196,217); }

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