Html Css Color HEX #DDC0D9 French Lilac

📋 copy color: '#DDC0D9'

red 221 ◦ green 192 ◦ blue 217

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

Shades of French Lilac #DDC0D9

Tints of French Lilac #DDC0D9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.48%

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

R = 35.08%
G = 30.48%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DDC0D9 (or 0xDDC0D9) is known color: French Lilac. HEX triplet: DD, C0 and D9. RGB value is (221,192,217). Sum of RGB (Red+Green+Blue) = 221+192+217=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0D9 is #223F26. Grayscale: #CBCBCB. Windows color (decimal): -2244391 or 14270685. OLE color: 14270685.

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

Color convert

RGB 221 192 217 -
CMYK 0 0.13 0.02 0.13
HSL 308.28º 0.3% 0.81% -
HSV(B) 308.28º 0.13% 0.87% -
XYZ 61.19 58.08 73.63 -
YUV 203.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 221 192 217 0 0.13 0.02 0.13 308.28 0.3 0.81
Hex DD C0 D9 0 D 2 D 134 1E 51
Octal 335 300 331 0 15 2 15 464 36 121
Binary 11011101 11000000 11011001 0 1101 10 1101 100110100 11110 1010001

Color Harmonies of #DDC0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC0D9

Black with #DDC0D9

Text Example


Text Example

White with #DDC0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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