#CFACE9

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

Shades of Perfume #CFACE9

Tints of Perfume #CFACE9

Color information

#CFACE9 (or 0xCFACE9) is unknown color: approx Perfume. HEX triplet: CF, AC and E9. RGB value is (207,172,233). Sum of RGB (Red+Green+Blue) = 207+172+233=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACE9 is #305316. Grayscale: #BDBDBD. Windows color (decimal): -3166999 or 15314127. OLE color: 15314127.

HSL color Cylindrical-coordinate representation of color #CFACE9: hue angle of 274.43º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFACE9 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207172233-
CMYK0.110.2600.09
HSL274.43º58.1%79.41%-
HSV(B)274.43º26.18%91.37%-
XYZ55.1948.6583.57-
YUV189.42152.6140.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.82%
GREEN value IS 172 (67.58% from 255) = 28.10%
BLUE value IS 233 (91.41% from 255) = 38.07%
R=33.82%
G=28.10%
B=38.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071722330.110.2600.09274.4358.179.41
HexCFACE9B1A091123a4f
Octal317254351133201142272117
Binary110011111010110011101001101111010010011000100101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACE9; }

 p { color: rgb(207,172,233); }

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

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

 a { background-color: rgb(207,172,233); }

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

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

 span { border-color: rgb(207,172,233); }

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