Html Css Color HEX #DDCAD9 French Lilac

📋 copy color: '#DDCAD9'

red 221 ◦ green 202 ◦ blue 217

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

Shades of French Lilac #DDCAD9

Tints of French Lilac #DDCAD9

RGB

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

 GREEN value IS 202 (79.3% 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 value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DDCAD9 (or 0xDDCAD9) is known color: 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

RGB 221 202 217 -
CMYK 0 0.09 0.02 0.13
HSL 312.63º 0.22% 0.83% -
HSV(B) 312.63º 0.09% 0.87% -
XYZ 63.46 62.62 74.39 -
YUV 209.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 221 202 217 0 0.09 0.02 0.13 312.63 0.22 0.83
Hex DD CA D9 0 9 2 D 139 16 53
Octal 335 312 331 0 11 2 15 471 26 123
Binary 11011101 11001010 11011001 0 1001 10 1101 100111001 10110 1010011

Color Harmonies of #DDCAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCAD9

Black with #DDCAD9

Text Example


Text Example

White with #DDCAD9

Text Example


Text Example

HTML Codes & Css Web 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>