#D6AFCD

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

Shades of French Lilac #D6AFCD

Tints of French Lilac #D6AFCD

Color information

#D6AFCD (or 0xD6AFCD) is unknown color: approx French Lilac. HEX triplet: D6, AF and CD. RGB value is (214,175,205). Sum of RGB (Red+Green+Blue) = 214+175+205=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFCD is #295032. Grayscale: #BEBEBE. Windows color (decimal): -2707507 or 13479894. OLE color: 13479894.

HSL color Cylindrical-coordinate representation of color #D6AFCD: hue angle of 313.85º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6AFCD is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214175205-
CMYK00.180.040.16
HSL313.85º32.23%76.27%-
HSV(B)313.85º18.22%83.92%-
XYZ54.0849.3664.44-
YUV190.08136.42145.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.03%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=36.03%
G=29.46%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417520500.180.040.16313.8532.2376.27
HexD6AFCD01241013a204c
Octal32625731502242047240114
Binary110101101010111111001101010010100100001001110101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFCD; }

 p { color: rgb(214,175,205); }

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

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

 a { background-color: rgb(214,175,205); }

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

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

 span { border-color: rgb(214,175,205); }

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