#CF8ACE

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

Shades of Lilac #CF8ACE

Tints of Lilac #CF8ACE

Color information

#CF8ACE (or 0xCF8ACE) is unknown color: approx Lilac. HEX triplet: CF, 8A and CE. RGB value is (207,138,206). Sum of RGB (Red+Green+Blue) = 207+138+206=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ACE is #307531. Grayscale: #A6A6A6. Windows color (decimal): -3175730 or 13535951. OLE color: 13535951.

HSL color Cylindrical-coordinate representation of color #CF8ACE: hue angle of 300.87º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8ACE is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB207138206-
CMYK00.330.000.19
HSL300.87º41.82%67.65%-
HSV(B)300.87º33.33%81.18%-
XYZ45.9635.962.9-
YUV166.38150.36156.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 138 (54.30% from 255) = 25.05%
BLUE value IS 206 (80.86% from 255) = 37.39%
R=37.57%
G=25.05%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713820600.330.000.19300.8741.8267.65
HexCF8ACE02101312d2a44
Octal31721231604102345552104
Binary11001111100010101100111001000010100111001011011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8ACE; }

 p { color: rgb(207,138,206); }

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

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

 a { background-color: rgb(207,138,206); }

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

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

 span { border-color: rgb(207,138,206); }

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