#CCA8E7

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

Shades of Perfume #CCA8E7

Tints of Perfume #CCA8E7

Color information

#CCA8E7 (or 0xCCA8E7) is unknown color: approx Perfume. HEX triplet: CC, A8 and E7. RGB value is (204,168,231). Sum of RGB (Red+Green+Blue) = 204+168+231=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 168 (66.02% from 255 or 27.86% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCA8E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA8E7 is #335718. Grayscale: #B9B9B9. Windows color (decimal): -3364633 or 15182028. OLE color: 15182028.

HSL color Cylindrical-coordinate representation of color #CCA8E7: hue angle of 274.29º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCA8E7 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204168231-
CMYK0.120.2700.09
HSL274.29º56.76%78.24%-
HSV(B)274.29º27.27%90.59%-
XYZ53.3346.6181.79-
YUV185.95153.43140.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 168 (66.02% from 255) = 27.86%
BLUE value IS 231 (90.62% from 255) = 38.31%
R=33.83%
G=27.86%
B=38.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041682310.120.2700.09274.2956.7678.24
HexCCA8E7C1B09112394e
Octal314250347143301142271116
Binary110011001010100011100111110011011010011000100101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA8E7; }

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

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

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

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

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

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

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

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