Html Css Color HEX #DDC7D9 French Lilac

📋 copy color: '#DDC7D9'

red 221 ◦ green 199 ◦ blue 217

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

Shades of French Lilac #DDC7D9

Tints of French Lilac #DDC7D9

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.24%

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

R = 34.69%
G = 31.24%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DDC7D9 (or 0xDDC7D9) is known color: French Lilac. HEX triplet: DD, C7 and D9. RGB value is (221,199,217). Sum of RGB (Red+Green+Blue) = 221+199+217=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7D9 is #223826. Grayscale: #CFCFCF. Windows color (decimal): -2242599 or 14272477. OLE color: 14272477.

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

Color convert

RGB 221 199 217 -
CMYK 0 0.10 0.02 0.13
HSL 310.91º 0.24% 0.82% -
HSV(B) 310.91º 0.1% 0.87% -
XYZ 62.77 61.23 74.16 -
YUV 207.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 221 199 217 0 0.10 0.02 0.13 310.91 0.24 0.82
Hex DD C7 D9 0 A 2 D 137 18 52
Octal 335 307 331 0 12 2 15 467 30 122
Binary 11011101 11000111 11011001 0 1010 10 1101 100110111 11000 1010010

Color Harmonies of #DDC7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC7D9

Black with #DDC7D9

Text Example


Text Example

White with #DDC7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC7D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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