#CCAFE9

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

Shades of Perfume #CCAFE9

Tints of Perfume #CCAFE9

Color information

#CCAFE9 (or 0xCCAFE9) is unknown color: approx Perfume. HEX triplet: CC, AF and E9. RGB value is (204,175,233). Sum of RGB (Red+Green+Blue) = 204+175+233=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCAFE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAFE9 is #335016. Grayscale: #BEBEBE. Windows color (decimal): -3362839 or 15314892. OLE color: 15314892.

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

Color convert

RGB204175233-
CMYK0.120.2500.09
HSL270º56.86%80%-
HSV(B)270º24.89%91.37%-
XYZ54.9449.3883.73-
YUV190.28152.11137.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 175 (68.75% from 255) = 28.59%
BLUE value IS 233 (91.41% from 255) = 38.07%
R=33.33%
G=28.59%
B=38.07%

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
Decimal2041752330.120.2500.0927056.8680
HexCCAFE9C190910e3950
Octal314257351143101141671120
Binary110011001010111111101001110011001010011000011101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFE9; }

 p { color: rgb(204,175,233); }

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

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

 a { background-color: rgb(204,175,233); }

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

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

 span { border-color: rgb(204,175,233); }

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