#D2AFCF

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

Shades of French Lilac #D2AFCF

Tints of French Lilac #D2AFCF

Color information

#D2AFCF (or 0xD2AFCF) is unknown color: approx French Lilac. HEX triplet: D2, AF and CF. RGB value is (210,175,207). Sum of RGB (Red+Green+Blue) = 210+175+207=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFCF is #2D5030. Grayscale: #BDBDBD. Windows color (decimal): -2969649 or 13610962. OLE color: 13610962.

HSL color Cylindrical-coordinate representation of color #D2AFCF: hue angle of 305.14º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2AFCF is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB210175207-
CMYK00.170.010.18
HSL305.14º28%75.49%-
HSV(B)305.14º16.67%82.35%-
XYZ53.1748.8765.66-
YUV189.11138.1142.9-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.47%
GREEN value IS 175 (68.75% from 255) = 29.56%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=35.47%
G=29.56%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017520700.170.010.18305.142875.49
HexD2AFCF0111121311c4b
Octal32225731702112246134113
Binary110100101010111111001111010001110010100110001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFCF; }

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

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

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

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

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

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

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

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