#DDB6DB

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

Shades of French Lilac #DDB6DB

Tints of French Lilac #DDB6DB

Color information

#DDB6DB (or 0xDDB6DB) is unknown color: approx French Lilac. HEX triplet: DD, B6 and DB. RGB value is (221,182,219). Sum of RGB (Red+Green+Blue) = 221+182+219=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 182 (71.48% from 255 or 29.26% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6DB is #224924. Grayscale: #C5C5C5. Windows color (decimal): -2246949 or 14399197. OLE color: 14399197.

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

Color convert

RGB221182219-
CMYK00.180.010.13
HSL303.08º36.45%79.02%-
HSV(B)303.08º17.65%86.67%-
XYZ59.3353.9474.3-
YUV197.88139.92144.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 182 (71.48% from 255) = 29.26%
BLUE value IS 219 (85.94% from 255) = 35.21%
R=35.53%
G=29.26%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118221900.180.010.13303.0836.4579.02
HexDDB6DB0121D12f244f
Octal33526633302211545744117
Binary110111011011011011011011010010111011001011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB6DB; }

 p { color: rgb(221,182,219); }

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

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

 a { background-color: rgb(221,182,219); }

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

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

 span { border-color: rgb(221,182,219); }

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