#CCAEEB

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

Shades of Perfume #CCAEEB

Tints of Perfume #CCAEEB

Color information

#CCAEEB (or 0xCCAEEB) is unknown color: approx Perfume. HEX triplet: CC, AE and EB. RGB value is (204,174,235). Sum of RGB (Red+Green+Blue) = 204+174+235=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEEB is #335114. Grayscale: #BDBDBD. Windows color (decimal): -3363093 or 15445708. OLE color: 15445708.

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

Color convert

RGB204174235-
CMYK0.130.2600.08
HSL269.51º60.4%80.2%-
HSV(B)269.51º25.96%92.16%-
XYZ55.0349.1185.18-
YUV189.92153.44138.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.28%
GREEN value IS 174 (68.36% from 255) = 28.38%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=33.28%
G=28.38%
B=38.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041742350.130.2600.08269.5160.480.2
HexCCAEEBD1A0810e3c50
Octal314256353153201041674120
Binary110011001010111011101011110111010010001000011101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEEB; }

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

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

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

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

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

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

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

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