#CAABF1

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

Shades of Perfume #CAABF1

Tints of Perfume #CAABF1

Color information

#CAABF1 (or 0xCAABF1) is unknown color: approx Perfume. HEX triplet: CA, AB and F1. RGB value is (202,171,241). Sum of RGB (Red+Green+Blue) = 202+171+241=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAABF1 is #35540E. Grayscale: #BCBCBC. Windows color (decimal): -3494927 or 15838154. OLE color: 15838154.

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

Color convert

RGB202171241-
CMYK0.160.2900.05
HSL266.57º71.43%80.78%-
HSV(B)266.57º29.05%94.51%-
XYZ54.848.0389.6-
YUV188.25157.77137.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.90%
GREEN value IS 171 (67.19% from 255) = 27.85%
BLUE value IS 241 (94.53% from 255) = 39.25%
R=32.90%
G=27.85%
B=39.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021712410.160.2900.05266.5771.4380.78
HexCAABF1101D0510b4751
Octal312253361203505413107121
Binary1100101010101011111100011000011101010110000101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABF1; }

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

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

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

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

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

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

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

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