#DDCAD8

Color #DDCAD8 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #DDCAD8

Tints of French Lilac #DDCAD8

Color information

#DDCAD8 (or 0xDDCAD8) is unknown color: approx French Lilac. HEX triplet: DD, CA and D8. RGB value is (221,202,216). Sum of RGB (Red+Green+Blue) = 221+202+216=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAD8 is #223527. Grayscale: #D1D1D1. Windows color (decimal): -2241832 or 14207709. OLE color: 14207709.

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

Color convert

RGB221202216-
CMYK00.090.020.13
HSL315.79º21.84%82.94%-
HSV(B)315.79º8.6%86.67%-
XYZ63.3362.5773.71-
YUV209.28131.79136.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 216 (84.77% from 255) = 33.80%
R=34.59%
G=31.61%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120221600.090.020.13315.7921.8482.94
HexDDCAD8092D13c1653
Octal33531233001121547426123
Binary11011101110010101101100001001101101100111100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAD8; }

 p { color: rgb(221,202,216); }

 H1.HeaderClassName
 {
   color: #DDCAD8;
 }
 .AnyTagClassName
 {
   color: #DDCAD8;
 }
</style>
background-color css

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

 a { background-color: rgb(221,202,216); }

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

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

 span { border-color: rgb(221,202,216); }

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