#CAADF1

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

Shades of Perfume #CAADF1

Tints of Perfume #CAADF1

Color information

#CAADF1 (or 0xCAADF1) is unknown color: approx Perfume. HEX triplet: CA, AD and F1. RGB value is (202,173,241). Sum of RGB (Red+Green+Blue) = 202+173+241=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADF1 is #35520E. Grayscale: #BDBDBD. Windows color (decimal): -3494415 or 15838666. OLE color: 15838666.

HSL color Cylindrical-coordinate representation of color #CAADF1: hue angle of 265.59º 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 #CAADF1 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202173241-
CMYK0.160.2800.05
HSL265.59º70.83%81.18%-
HSV(B)265.59º28.22%94.51%-
XYZ55.1848.7989.73-
YUV189.42157.11136.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.79%
GREEN value IS 173 (67.97% from 255) = 28.08%
BLUE value IS 241 (94.53% from 255) = 39.12%
R=32.79%
G=28.08%
B=39.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021732410.160.2800.05265.5970.8381.18
HexCAADF1101C0510a4751
Octal312255361203405412107121
Binary1100101010101101111100011000011100010110000101010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADF1; }

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

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

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

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

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

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

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

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