#D3B4CC

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

Shades of French Lilac #D3B4CC

Tints of French Lilac #D3B4CC

Color information

#D3B4CC (or 0xD3B4CC) is unknown color: approx French Lilac. HEX triplet: D3, B4 and CC. RGB value is (211,180,204). Sum of RGB (Red+Green+Blue) = 211+180+204=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B4CC is #2C4B33. Grayscale: #BFBFBF. Windows color (decimal): -2902836 or 13415635. OLE color: 13415635.

HSL color Cylindrical-coordinate representation of color #D3B4CC: hue angle of 313.55º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3B4CC is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB211180204-
CMYK00.150.030.17
HSL313.55º26.05%76.67%-
HSV(B)313.55º14.69%82.75%-
XYZ54.0850.8564.09-
YUV192134.77141.55-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.46%
GREEN value IS 180 (70.70% from 255) = 30.25%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=35.46%
G=30.25%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118020400.150.030.17313.5526.0576.67
HexD3B4CC0F31113a1a4d
Octal32326431401732147232115
Binary110100111011010011001100011111110001100111010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B4CC; }

 p { color: rgb(211,180,204); }

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

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

 a { background-color: rgb(211,180,204); }

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

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

 span { border-color: rgb(211,180,204); }

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