#D3AFCC

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

Shades of French Lilac #D3AFCC

Tints of French Lilac #D3AFCC

Color information

#D3AFCC (or 0xD3AFCC) is unknown color: approx French Lilac. HEX triplet: D3, AF and CC. RGB value is (211,175,204). Sum of RGB (Red+Green+Blue) = 211+175+204=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFCC is #2C5033. Grayscale: #BCBCBC. Windows color (decimal): -2904116 or 13414355. OLE color: 13414355.

HSL color Cylindrical-coordinate representation of color #D3AFCC: hue angle of 311.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 #D3AFCC is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB211175204-
CMYK00.170.030.17
HSL311.67º29.03%75.69%-
HSV(B)311.67º17.06%82.75%-
XYZ53.0948.8763.76-
YUV189.07136.43143.64-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.76%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=35.76%
G=29.66%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117520400.170.030.17311.6729.0375.69
HexD3AFCC0113111381d4c
Octal32325731402132147035114
Binary1101001110101111110011000100011110001100111000111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AFCC; }

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

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

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

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

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

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

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

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