#CCABE5

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

Shades of Perfume #CCABE5

Tints of Perfume #CCABE5

Color information

#CCABE5 (or 0xCCABE5) is unknown color: approx Perfume. HEX triplet: CC, AB and E5. RGB value is (204,171,229). Sum of RGB (Red+Green+Blue) = 204+171+229=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABE5 is #33541A. Grayscale: #BBBBBB. Windows color (decimal): -3363867 or 15051724. OLE color: 15051724.

HSL color Cylindrical-coordinate representation of color #CCABE5: hue angle of 274.14º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCABE5 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204171229-
CMYK0.110.2500.10
HSL274.14º52.73%78.43%-
HSV(B)274.14º25.33%89.8%-
XYZ53.6147.6280.49-
YUV187.48151.43139.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 171 (67.19% from 255) = 28.31%
BLUE value IS 229 (89.84% from 255) = 37.91%
R=33.77%
G=28.31%
B=37.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2041712290.110.2500.10274.1452.7378.43
HexCCABE5B190A112354e
Octal314253345133101242265116
Binary110011001010101111100101101111001010101000100101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABE5; }

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

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

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

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

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

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

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

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