#CAAFF1

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

Shades of Perfume #CAAFF1

Tints of Perfume #CAAFF1

Color information

#CAAFF1 (or 0xCAAFF1) is unknown color: approx Perfume. HEX triplet: CA, AF and F1. RGB value is (202,175,241). Sum of RGB (Red+Green+Blue) = 202+175+241=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAAFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFF1 is #35500E. Grayscale: #BEBEBE. Windows color (decimal): -3493903 or 15839178. OLE color: 15839178.

HSL color Cylindrical-coordinate representation of color #CAAFF1: hue angle of 264.55º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAAFF1 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202175241-
CMYK0.160.2700.05
HSL264.55º70.21%81.57%-
HSV(B)264.55º27.39%94.51%-
XYZ55.5649.5789.86-
YUV190.6156.45136.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 175 (68.75% from 255) = 28.32%
BLUE value IS 241 (94.53% from 255) = 39.00%
R=32.69%
G=28.32%
B=39.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021752410.160.2700.05264.5570.2181.57
HexCAAFF1101B051094652
Octal312257361203305411106122
Binary1100101010101111111100011000011011010110000100110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFF1; }

 p { color: rgb(202,175,241); }

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

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

 a { background-color: rgb(202,175,241); }

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

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

 span { border-color: rgb(202,175,241); }

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