#CCABF0

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

Shades of Perfume #CCABF0

Tints of Perfume #CCABF0

Color information

#CCABF0 (or 0xCCABF0) is unknown color: approx Perfume. HEX triplet: CC, AB and F0. RGB value is (204,171,240). Sum of RGB (Red+Green+Blue) = 204+171+240=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABF0 is #33540F. Grayscale: #BCBCBC. Windows color (decimal): -3363856 or 15772620. OLE color: 15772620.

HSL color Cylindrical-coordinate representation of color #CCABF0: hue angle of 268.7º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCABF0 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204171240-
CMYK0.150.2900.06
HSL268.7º69.7%80.59%-
HSV(B)268.7º28.75%94.12%-
XYZ55.1948.2588.84-
YUV188.73156.93138.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.17%
GREEN value IS 171 (67.19% from 255) = 27.80%
BLUE value IS 240 (94.14% from 255) = 39.02%
R=33.17%
G=27.80%
B=39.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041712400.150.2900.06268.769.780.59
HexCCABF0F1D0610d4651
Octal314253360173506415106121
Binary110011001010101111110000111111101011010000110110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABF0; }

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

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

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

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

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

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

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

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