#D5AFCF

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

Shades of French Lilac #D5AFCF

Tints of French Lilac #D5AFCF

Color information

#D5AFCF (or 0xD5AFCF) is unknown color: approx French Lilac. HEX triplet: D5, AF and CF. RGB value is (213,175,207). Sum of RGB (Red+Green+Blue) = 213+175+207=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFCF is #2A5030. Grayscale: #BDBDBD. Windows color (decimal): -2773041 or 13610965. OLE color: 13610965.

HSL color Cylindrical-coordinate representation of color #D5AFCF: hue angle of 309.47º degrees, saturation: 0.31, 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 #D5AFCF is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB213175207-
CMYK00.180.030.16
HSL309.47º31.15%76.08%-
HSV(B)309.47º17.84%83.53%-
XYZ54.0349.3165.7-
YUV190.01137.59144.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.80%
GREEN value IS 175 (68.75% from 255) = 29.41%
BLUE value IS 207 (81.25% from 255) = 34.79%
R=35.80%
G=29.41%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317520700.180.030.16309.4731.1576.08
HexD5AFCF0123101351f4c
Octal32525731702232046537114
Binary1101010110101111110011110100101110000100110101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFCF; }

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

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

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

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

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

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

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

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