#CCA6EB

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

Shades of Perfume #CCA6EB

Tints of Perfume #CCA6EB

Color information

#CCA6EB (or 0xCCA6EB) is unknown color: approx Perfume. HEX triplet: CC, A6 and EB. RGB value is (204,166,235). Sum of RGB (Red+Green+Blue) = 204+166+235=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCA6EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA6EB is #335914. Grayscale: #B8B8B8. Windows color (decimal): -3365141 or 15443660. OLE color: 15443660.

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

Color convert

RGB204166235-
CMYK0.130.2900.08
HSL273.04º63.3%78.63%-
HSV(B)273.04º29.36%92.16%-
XYZ53.5346.1184.68-
YUV185.23156.09141.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.72%
GREEN value IS 166 (65.23% from 255) = 27.44%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=33.72%
G=27.44%
B=38.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041662350.130.2900.08273.0463.378.63
HexCCA6EBD1D081113f4f
Octal314246353153501042177117
Binary110011001010011011101011110111101010001000100011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6EB; }

 p { color: rgb(204,166,235); }

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

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

 a { background-color: rgb(204,166,235); }

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

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

 span { border-color: rgb(204,166,235); }

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