#CCABEA

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

Shades of Perfume #CCABEA

Tints of Perfume #CCABEA

Color information

#CCABEA (or 0xCCABEA) is unknown color: approx Perfume. HEX triplet: CC, AB and EA. RGB value is (204,171,234). Sum of RGB (Red+Green+Blue) = 204+171+234=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABEA is #335415. Grayscale: #BBBBBB. Windows color (decimal): -3363862 or 15379404. OLE color: 15379404.

HSL color Cylindrical-coordinate representation of color #CCABEA: hue angle of 271.43º 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 #CCABEA is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204171234-
CMYK0.130.2700.08
HSL271.43º60%79.41%-
HSV(B)271.43º26.92%91.76%-
XYZ54.3247.984.23-
YUV188.05153.93139.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 171 (67.19% from 255) = 28.08%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=33.50%
G=28.08%
B=38.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041712340.130.2700.08271.436079.41
HexCCABEAD1B0810f3c4f
Octal314253352153301041774117
Binary110011001010101111101010110111011010001000011111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABEA; }

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

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

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

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

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

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

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

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