#DDBBDA

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

Shades of French Lilac #DDBBDA

Tints of French Lilac #DDBBDA

Color information

#DDBBDA (or 0xDDBBDA) is unknown color: approx French Lilac. HEX triplet: DD, BB and DA. RGB value is (221,187,218). Sum of RGB (Red+Green+Blue) = 221+187+218=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBDA is #224425. Grayscale: #C8C8C8. Windows color (decimal): -2245670 or 14334941. OLE color: 14334941.

HSL color Cylindrical-coordinate representation of color #DDBBDA: hue angle of 305.29º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBBDA is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221187218-
CMYK00.150.010.13
HSL305.29º33.33%80%-
HSV(B)305.29º15.38%86.67%-
XYZ60.2455.9773.96-
YUV200.7137.76142.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 187 (73.44% from 255) = 29.87%
BLUE value IS 218 (85.55% from 255) = 34.82%
R=35.30%
G=29.87%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118721800.150.010.13305.2933.3380
HexDDBBDA0F1D1312150
Octal33527333201711546141120
Binary11011101101110111101101001111111011001100011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBDA; }

 p { color: rgb(221,187,218); }

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

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

 a { background-color: rgb(221,187,218); }

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

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

 span { border-color: rgb(221,187,218); }

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