#CFA9CC

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

Shades of Lilac #CFA9CC

Tints of Lilac #CFA9CC

Color information

#CFA9CC (or 0xCFA9CC) is unknown color: approx Lilac. HEX triplet: CF, A9 and CC. RGB value is (207,169,204). Sum of RGB (Red+Green+Blue) = 207+169+204=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9CC is #305633. Grayscale: #B8B8B8. Windows color (decimal): -3167796 or 13412815. OLE color: 13412815.

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

Color convert

RGB207169204-
CMYK00.180.010.19
HSL304.74º28.36%73.73%-
HSV(B)304.74º18.36%81.18%-
XYZ50.824663.33-
YUV184.35139.09144.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 169 (66.41% from 255) = 29.14%
BLUE value IS 204 (80.08% from 255) = 35.17%
R=35.69%
G=29.14%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716920400.180.010.19304.7428.3673.73
HexCFA9CC0121131311c4a
Octal31725131402212346134112
Binary110011111010100111001100010010110011100110001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA9CC; }

 p { color: rgb(207,169,204); }

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

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

 a { background-color: rgb(207,169,204); }

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

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

 span { border-color: rgb(207,169,204); }

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