#CCACEF

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

Shades of Perfume #CCACEF

Tints of Perfume #CCACEF

Color information

#CCACEF (or 0xCCACEF) is unknown color: approx Perfume. HEX triplet: CC, AC and EF. RGB value is (204,172,239). Sum of RGB (Red+Green+Blue) = 204+172+239=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACEF is #335310. Grayscale: #BCBCBC. Windows color (decimal): -3363601 or 15707340. OLE color: 15707340.

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

Color convert

RGB204172239-
CMYK0.150.2800.06
HSL268.66º67.68%80.59%-
HSV(B)268.66º28.03%93.73%-
XYZ55.2348.5788.13-
YUV189.21156.1138.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.17%
GREEN value IS 172 (67.58% from 255) = 27.97%
BLUE value IS 239 (93.75% from 255) = 38.86%
R=33.17%
G=27.97%
B=38.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041722390.150.2800.06268.6667.6880.59
HexCCACEFF1C0610d4451
Octal314254357173406415104121
Binary110011001010110011101111111111100011010000110110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACEF; }

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

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

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

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

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

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

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

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