#CCAEE7

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

Shades of Perfume #CCAEE7

Tints of Perfume #CCAEE7

Color information

#CCAEE7 (or 0xCCAEE7) is unknown color: approx Perfume. HEX triplet: CC, AE and E7. RGB value is (204,174,231). Sum of RGB (Red+Green+Blue) = 204+174+231=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCAEE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEE7 is #335118. Grayscale: #BDBDBD. Windows color (decimal): -3363097 or 15183564. OLE color: 15183564.

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

Color convert

RGB204174231-
CMYK0.120.2500.09
HSL271.58º54.29%79.41%-
HSV(B)271.58º24.68%90.59%-
XYZ54.4648.8882.17-
YUV189.47151.44138.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 174 (68.36% from 255) = 28.57%
BLUE value IS 231 (90.62% from 255) = 37.93%
R=33.50%
G=28.57%
B=37.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041742310.120.2500.09271.5854.2979.41
HexCCAEE7C1909110364f
Octal314256347143101142066117
Binary110011001010111011100111110011001010011000100001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEE7; }

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

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

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

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

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

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

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

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