#DDBBD4

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

Shades of French Lilac #DDBBD4

Tints of French Lilac #DDBBD4

Color information

#DDBBD4 (or 0xDDBBD4) is unknown color: approx French Lilac. HEX triplet: DD, BB and D4. RGB value is (221,187,212). Sum of RGB (Red+Green+Blue) = 221+187+212=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBD4 is #22442B. Grayscale: #C7C7C7. Windows color (decimal): -2245676 or 13941725. OLE color: 13941725.

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

Color convert

RGB221187212-
CMYK00.150.040.13
HSL315.88º33.33%80%-
HSV(B)315.88º15.38%86.67%-
XYZ59.4755.6769.9-
YUV200.02134.76142.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 187 (73.44% from 255) = 30.16%
BLUE value IS 212 (83.20% from 255) = 34.19%
R=35.65%
G=30.16%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118721200.150.040.13315.8833.3380
HexDDBBD40F4D13c2150
Octal33527332401741547441120
Binary1101110110111011110101000111110011011001111001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBD4; }

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

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

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

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

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

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

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

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