#CCAEEF

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

Shades of Perfume #CCAEEF

Tints of Perfume #CCAEEF

Color information

#CCAEEF (or 0xCCAEEF) is unknown color: approx Perfume. HEX triplet: CC, AE and EF. RGB value is (204,174,239). Sum of RGB (Red+Green+Blue) = 204+174+239=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCAEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEEF is #335110. Grayscale: #BEBEBE. Windows color (decimal): -3363089 or 15707852. OLE color: 15707852.

HSL color Cylindrical-coordinate representation of color #CCAEEF: hue angle of 267.69º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCAEEF is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204174239-
CMYK0.150.2700.06
HSL267.69º67.01%80.98%-
HSV(B)267.69º27.2%93.73%-
XYZ55.6249.3488.25-
YUV190.38155.44137.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 174 (68.36% from 255) = 28.20%
BLUE value IS 239 (93.75% from 255) = 38.74%
R=33.06%
G=28.20%
B=38.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041742390.150.2700.06267.6967.0180.98
HexCCAEEFF1B0610c4351
Octal314256357173306414103121
Binary110011001010111011101111111111011011010000110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEEF; }

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

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

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

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

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

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

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

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