#CCA8EA

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

Shades of Perfume #CCA8EA

Tints of Perfume #CCA8EA

Color information

#CCA8EA (or 0xCCA8EA) is unknown color: approx Perfume. HEX triplet: CC, A8 and EA. RGB value is (204,168,234). Sum of RGB (Red+Green+Blue) = 204+168+234=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCA8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA8EA is #335715. Grayscale: #BABABA. Windows color (decimal): -3364630 or 15378636. OLE color: 15378636.

HSL color Cylindrical-coordinate representation of color #CCA8EA: hue angle of 272.73º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCA8EA is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204168234-
CMYK0.130.2800.08
HSL272.73º61.11%78.82%-
HSV(B)272.73º28.21%91.76%-
XYZ53.7646.7884.04-
YUV186.29154.93140.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.66%
GREEN value IS 168 (66.02% from 255) = 27.72%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=33.66%
G=27.72%
B=38.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041682340.130.2800.08272.7361.1178.82
HexCCA8EAD1C081113d4f
Octal314250352153401042175117
Binary110011001010100011101010110111100010001000100011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA8EA; }

 p { color: rgb(204,168,234); }

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

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

 a { background-color: rgb(204,168,234); }

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

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

 span { border-color: rgb(204,168,234); }

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