#CCACF1

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

Shades of Perfume #CCACF1

Tints of Perfume #CCACF1

Color information

#CCACF1 (or 0xCCACF1) is unknown color: approx Perfume. HEX triplet: CC, AC and F1. RGB value is (204,172,241). Sum of RGB (Red+Green+Blue) = 204+172+241=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACF1 is #33530E. Grayscale: #BDBDBD. Windows color (decimal): -3363599 or 15838412. OLE color: 15838412.

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

Color convert

RGB204172241-
CMYK0.150.2900.05
HSL267.83º71.13%80.98%-
HSV(B)267.83º28.63%94.51%-
XYZ55.5348.6989.69-
YUV189.43157.1138.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 172 (67.58% from 255) = 27.88%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=33.06%
G=27.88%
B=39.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041722410.150.2900.05267.8371.1380.98
HexCCACF1F1D0510c4751
Octal314254361173505414107121
Binary110011001010110011110001111111101010110000110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACF1; }

 p { color: rgb(204,172,241); }

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

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

 a { background-color: rgb(204,172,241); }

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

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

 span { border-color: rgb(204,172,241); }

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