#CCABE8

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

Shades of Perfume #CCABE8

Tints of Perfume #CCABE8

Color information

#CCABE8 (or 0xCCABE8) is unknown color: approx Perfume. HEX triplet: CC, AB and E8. RGB value is (204,171,232). Sum of RGB (Red+Green+Blue) = 204+171+232=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCABE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABE8 is #335417. Grayscale: #BBBBBB. Windows color (decimal): -3363864 or 15248332. OLE color: 15248332.

HSL color Cylindrical-coordinate representation of color #CCABE8: hue angle of 272.46º degrees, saturation: 0.57, 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 #CCABE8 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204171232-
CMYK0.120.2600.09
HSL272.46º57.01%79.02%-
HSV(B)272.46º26.29%90.98%-
XYZ54.0347.7982.72-
YUV187.82152.93139.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 171 (67.19% from 255) = 28.17%
BLUE value IS 232 (91.02% from 255) = 38.22%
R=33.61%
G=28.17%
B=38.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041712320.120.2600.09272.4657.0179.02
HexCCABE8C1A09110394f
Octal314253350143201142071117
Binary110011001010101111101000110011010010011000100001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABE8; }

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

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

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

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

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

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

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

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