#D3C2CF

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

Shades of French Lilac #D3C2CF

Tints of French Lilac #D3C2CF

Color information

#D3C2CF (or 0xD3C2CF) is unknown color: approx French Lilac. HEX triplet: D3, C2 and CF. RGB value is (211,194,207). Sum of RGB (Red+Green+Blue) = 211+194+207=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C2CF is #2C3D30. Grayscale: #C8C8C8. Windows color (decimal): -2899249 or 13615827. OLE color: 13615827.

HSL color Cylindrical-coordinate representation of color #D3C2CF: hue angle of 314.12º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3C2CF is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB211194207-
CMYK00.080.020.17
HSL314.12º16.19%79.41%-
HSV(B)314.12º8.06%82.75%-
XYZ57.4256.9467-
YUV200.56131.63135.44-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.48%
GREEN value IS 194 (76.17% from 255) = 31.70%
BLUE value IS 207 (81.25% from 255) = 33.82%
R=34.48%
G=31.70%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119420700.080.020.17314.1216.1979.41
HexD3C2CF0821113a104f
Octal32330231701022147220117
Binary110100111100001011001111010001010001100111010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C2CF; }

 p { color: rgb(211,194,207); }

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

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

 a { background-color: rgb(211,194,207); }

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

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

 span { border-color: rgb(211,194,207); }

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