#CCA9EE

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

Shades of Perfume #CCA9EE

Tints of Perfume #CCA9EE

Color information

#CCA9EE (or 0xCCA9EE) is unknown color: approx Perfume. HEX triplet: CC, A9 and EE. RGB value is (204,169,238). Sum of RGB (Red+Green+Blue) = 204+169+238=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCA9EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA9EE is #335611. Grayscale: #BBBBBB. Windows color (decimal): -3364370 or 15641036. OLE color: 15641036.

HSL color Cylindrical-coordinate representation of color #CCA9EE: hue angle of 270.43º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCA9EE is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204169238-
CMYK0.140.2900.07
HSL270.43º66.99%79.8%-
HSV(B)270.43º28.99%93.33%-
XYZ54.5247.3987.16-
YUV187.33156.6139.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.39%
GREEN value IS 169 (66.41% from 255) = 27.66%
BLUE value IS 238 (93.36% from 255) = 38.95%
R=33.39%
G=27.66%
B=38.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041692380.140.2900.07270.4366.9979.8
HexCCA9EEE1D0710e4350
Octal314251356163507416103120
Binary110011001010100111101110111011101011110000111010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9EE; }

 p { color: rgb(204,169,238); }

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

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

 a { background-color: rgb(204,169,238); }

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

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

 span { border-color: rgb(204,169,238); }

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