#CCAFF0

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

Shades of Perfume #CCAFF0

Tints of Perfume #CCAFF0

Color information

#CCAFF0 (or 0xCCAFF0) is unknown color: approx Perfume. HEX triplet: CC, AF and F0. RGB value is (204,175,240). Sum of RGB (Red+Green+Blue) = 204+175+240=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAFF0 is #33500F. Grayscale: #BEBEBE. Windows color (decimal): -3362832 or 15773644. OLE color: 15773644.

HSL color Cylindrical-coordinate representation of color #CCAFF0: hue angle of 266.77º degrees, saturation: 0.68, 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 #CCAFF0 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204175240-
CMYK0.150.2700.06
HSL266.77º68.42%81.37%-
HSV(B)266.77º27.08%94.12%-
XYZ55.9649.7989.1-
YUV191.08155.61137.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 240 (94.14% from 255) = 38.77%
R=32.96%
G=28.27%
B=38.77%

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
Decimal2041752400.150.2700.06266.7768.4281.37
HexCCAFF0F1B0610b4451
Octal314257360173306413104121
Binary110011001010111111110000111111011011010000101110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFF0; }

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

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

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

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

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

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

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

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