#CFA8D0

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

Shades of Lilac #CFA8D0

Tints of Lilac #CFA8D0

Color information

#CFA8D0 (or 0xCFA8D0) is unknown color: approx Lilac. HEX triplet: CF, A8 and D0. RGB value is (207,168,208). Sum of RGB (Red+Green+Blue) = 207+168+208=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFA8D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8D0 is #30572F. Grayscale: #B8B8B8. Windows color (decimal): -3168048 or 13674703. OLE color: 13674703.

HSL color Cylindrical-coordinate representation of color #CFA8D0: hue angle of 298.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFA8D0 is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207168208-
CMYK0.000.1900.18
HSL298.5º29.85%73.73%-
HSV(B)298.5º19.23%81.57%-
XYZ51.1245.8265.83-
YUV184.22141.42144.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.51%
GREEN value IS 168 (66.02% from 255) = 28.82%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=35.51%
G=28.82%
B=35.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071682080.000.1900.18298.529.8573.73
HexCFA8D001301212a1e4a
Octal31725032002302245236112
Binary110011111010100011010000010011010010100101010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA8D0; }

 p { color: rgb(207,168,208); }

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

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

 a { background-color: rgb(207,168,208); }

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

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

 span { border-color: rgb(207,168,208); }

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