#DECDDA

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

Shades of French Lilac #DECDDA

Tints of French Lilac #DECDDA

Color information

#DECDDA (or 0xDECDDA) is unknown color: approx French Lilac. HEX triplet: DE, CD and DA. RGB value is (222,205,218). Sum of RGB (Red+Green+Blue) = 222+205+218=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDDA is #213225. Grayscale: #D3D3D3. Windows color (decimal): -2175526 or 14339550. OLE color: 14339550.

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

Color convert

RGB222205218-
CMYK00.080.020.13
HSL314.12º20.48%83.73%-
HSV(B)314.12º7.66%87.06%-
XYZ64.6164.2575.33-
YUV211.56131.63135.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.42%
GREEN value IS 205 (80.47% from 255) = 31.78%
BLUE value IS 218 (85.55% from 255) = 33.80%
R=34.42%
G=31.78%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220521800.080.020.13314.1220.4883.73
HexDECDDA082D13a1454
Octal33631533201021547224124
Binary11011110110011011101101001000101101100111010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECDDA; }

 p { color: rgb(222,205,218); }

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

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

 a { background-color: rgb(222,205,218); }

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

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

 span { border-color: rgb(222,205,218); }

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