#D3AFCF

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

Shades of French Lilac #D3AFCF

Tints of French Lilac #D3AFCF

Color information

#D3AFCF (or 0xD3AFCF) is unknown color: approx French Lilac. HEX triplet: D3, AF and CF. RGB value is (211,175,207). Sum of RGB (Red+Green+Blue) = 211+175+207=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFCF is #2C5030. Grayscale: #BDBDBD. Windows color (decimal): -2904113 or 13610963. OLE color: 13610963.

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

Color convert

RGB211175207-
CMYK00.170.020.17
HSL306.67º29.03%75.69%-
HSV(B)306.67º17.06%82.75%-
XYZ53.4649.0165.67-
YUV189.41137.93143.4-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.58%
GREEN value IS 175 (68.75% from 255) = 29.51%
BLUE value IS 207 (81.25% from 255) = 34.91%
R=35.58%
G=29.51%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117520700.170.020.17306.6729.0375.69
HexD3AFCF0112111331d4c
Octal32325731702122146335114
Binary1101001110101111110011110100011010001100110011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AFCF; }

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

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

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

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

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

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

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

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