#DDCAD9

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

Shades of French Lilac #DDCAD9

Tints of French Lilac #DDCAD9

Color information

#DDCAD9 (or 0xDDCAD9) is unknown color: approx French Lilac. HEX triplet: DD, CA and D9. RGB value is (221,202,217). Sum of RGB (Red+Green+Blue) = 221+202+217=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAD9 is #223526. Grayscale: #D1D1D1. Windows color (decimal): -2241831 or 14273245. OLE color: 14273245.

HSL color Cylindrical-coordinate representation of color #DDCAD9: hue angle of 312.63º 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 #DDCAD9 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB221202217-
CMYK00.090.020.13
HSL312.63º21.84%82.94%-
HSV(B)312.63º8.6%86.67%-
XYZ63.4662.6274.39-
YUV209.39132.29136.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 202 (79.30% from 255) = 31.56%
BLUE value IS 217 (85.16% from 255) = 33.91%
R=34.53%
G=31.56%
B=33.91%

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
Decimal22120221700.090.020.13312.6321.8482.94
HexDDCAD9092D1391653
Octal33531233101121547126123
Binary11011101110010101101100101001101101100111001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAD9; }

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

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

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

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

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

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

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

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