#CFAFE9

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

Shades of Perfume #CFAFE9

Tints of Perfume #CFAFE9

Color information

#CFAFE9 (or 0xCFAFE9) is unknown color: approx Perfume. HEX triplet: CF, AF and E9. RGB value is (207,175,233). Sum of RGB (Red+Green+Blue) = 207+175+233=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 233 (91.41% from 255 or 37.89% from 615); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFAFE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFE9 is #305016. Grayscale: #BEBEBE. Windows color (decimal): -3166231 or 15314895. OLE color: 15314895.

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

Color convert

RGB207175233-
CMYK0.110.2500.09
HSL273.1º56.86%80%-
HSV(B)273.1º24.89%91.37%-
XYZ55.7749.8183.77-
YUV191.18151.6139.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.66%
GREEN value IS 175 (68.75% from 255) = 28.46%
BLUE value IS 233 (91.41% from 255) = 37.89%
R=33.66%
G=28.46%
B=37.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071752330.110.2500.09273.156.8680
HexCFAFE9B19091113950
Octal317257351133101142171120
Binary110011111010111111101001101111001010011000100011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFE9; }

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

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

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

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

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

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

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

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