#CCACF3

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

Shades of Perfume #CCACF3

Tints of Perfume #CCACF3

Color information

#CCACF3 (or 0xCCACF3) is unknown color: approx Perfume. HEX triplet: CC, AC and F3. RGB value is (204,172,243). Sum of RGB (Red+Green+Blue) = 204+172+243=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACF3 is #33530C. Grayscale: #BDBDBD. Windows color (decimal): -3363597 or 15969484. OLE color: 15969484.

HSL color Cylindrical-coordinate representation of color #CCACF3: hue angle of 267.04º degrees, saturation: 0.75, 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 #CCACF3 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204172243-
CMYK0.160.2900.05
HSL267.04º74.74%81.37%-
HSV(B)267.04º29.22%95.29%-
XYZ55.8348.8191.27-
YUV189.66158.1138.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 172 (67.58% from 255) = 27.79%
BLUE value IS 243 (95.31% from 255) = 39.26%
R=32.96%
G=27.79%
B=39.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041722430.160.2900.05267.0474.7481.37
HexCCACF3101D0510b4b51
Octal314254363203505413113121
Binary1100110010101100111100111000011101010110000101110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACF3; }

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

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

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

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

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

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

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

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