#CAACE1

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

Shades of Perfume #CAACE1

Tints of Perfume #CAACE1

Color information

#CAACE1 (or 0xCAACE1) is unknown color: approx Perfume. HEX triplet: CA, AC and E1. RGB value is (202,172,225). Sum of RGB (Red+Green+Blue) = 202+172+225=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 225 - color contains mainly: blue. Hex color #CAACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACE1 is #35531E. Grayscale: #BABABA. Windows color (decimal): -3494687 or 14789834. OLE color: 14789834.

HSL color Cylindrical-coordinate representation of color #CAACE1: hue angle of 273.96º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAACE1 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202172225-
CMYK0.100.2400.12
HSL273.96º46.9%77.84%-
HSV(B)273.96º23.56%88.24%-
XYZ52.747.577.62-
YUV187.01149.44138.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 172 (67.58% from 255) = 28.71%
BLUE value IS 225 (88.28% from 255) = 37.56%
R=33.72%
G=28.71%
B=37.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021722250.100.2400.12273.9646.977.84
HexCAACE1A180C1122f4e
Octal312254341123001442257116
Binary110010101010110011100001101011000011001000100101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACE1; }

 p { color: rgb(202,172,225); }

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

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

 a { background-color: rgb(202,172,225); }

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

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

 span { border-color: rgb(202,172,225); }

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