#CCAEF1

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

Shades of Perfume #CCAEF1

Tints of Perfume #CCAEF1

Color information

#CCAEF1 (or 0xCCAEF1) is unknown color: approx Perfume. HEX triplet: CC, AE and F1. RGB value is (204,174,241). Sum of RGB (Red+Green+Blue) = 204+174+241=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCAEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEF1 is #33510E. Grayscale: #BEBEBE. Windows color (decimal): -3363087 or 15838924. OLE color: 15838924.

HSL color Cylindrical-coordinate representation of color #CCAEF1: hue angle of 266.87º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCAEF1 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204174241-
CMYK0.150.2800.05
HSL266.87º70.53%81.37%-
HSV(B)266.87º27.8%94.51%-
XYZ55.9249.4689.82-
YUV190.61156.44137.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 174 (68.36% from 255) = 28.11%
BLUE value IS 241 (94.53% from 255) = 38.93%
R=32.96%
G=28.11%
B=38.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041742410.150.2800.05266.8770.5381.37
HexCCAEF1F1C0510b4751
Octal314256361173405413107121
Binary110011001010111011110001111111100010110000101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEF1; }

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

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

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

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

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

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

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

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