#DDBCD4

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

Shades of French Lilac #DDBCD4

Tints of French Lilac #DDBCD4

Color information

#DDBCD4 (or 0xDDBCD4) is unknown color: approx French Lilac. HEX triplet: DD, BC and D4. RGB value is (221,188,212). Sum of RGB (Red+Green+Blue) = 221+188+212=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCD4 is #22432B. Grayscale: #C8C8C8. Windows color (decimal): -2245420 or 13941981. OLE color: 13941981.

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

Color convert

RGB221188212-
CMYK00.150.040.13
HSL316.36º32.67%80.2%-
HSV(B)316.36º14.93%86.67%-
XYZ59.6956.0969.97-
YUV200.6134.43142.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 188 (73.83% from 255) = 30.27%
BLUE value IS 212 (83.20% from 255) = 34.14%
R=35.59%
G=30.27%
B=34.14%

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
Decimal22118821200.150.040.13316.3632.6780.2
HexDDBCD40F4D13c2150
Octal33527432401741547441120
Binary1101110110111100110101000111110011011001111001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBCD4; }

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

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

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

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

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

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

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

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