#CFABEA

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

Shades of Perfume #CFABEA

Tints of Perfume #CFABEA

Color information

#CFABEA (or 0xCFABEA) is unknown color: approx Perfume. HEX triplet: CF, AB and EA. RGB value is (207,171,234). Sum of RGB (Red+Green+Blue) = 207+171+234=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABEA is #305415. Grayscale: #BCBCBC. Windows color (decimal): -3167254 or 15379407. OLE color: 15379407.

HSL color Cylindrical-coordinate representation of color #CFABEA: hue angle of 274.29º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFABEA is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207171234-
CMYK0.120.2700.08
HSL274.29º60%79.41%-
HSV(B)274.29º26.92%91.76%-
XYZ55.1548.3384.26-
YUV188.95153.43140.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.82%
GREEN value IS 171 (67.19% from 255) = 27.94%
BLUE value IS 234 (91.80% from 255) = 38.24%
R=33.82%
G=27.94%
B=38.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071712340.120.2700.08274.296079.41
HexCFABEAC1B081123c4f
Octal317253352143301042274117
Binary110011111010101111101010110011011010001000100101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABEA; }

 p { color: rgb(207,171,234); }

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

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

 a { background-color: rgb(207,171,234); }

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

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

 span { border-color: rgb(207,171,234); }

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