#CAACE4

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

Shades of Perfume #CAACE4

Tints of Perfume #CAACE4

Color information

#CAACE4 (or 0xCAACE4) is unknown color: approx Perfume. HEX triplet: CA, AC and E4. RGB value is (202,172,228). Sum of RGB (Red+Green+Blue) = 202+172+228=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 228 - color contains mainly: blue. Hex color #CAACE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACE4 is #35531B. Grayscale: #BBBBBB. Windows color (decimal): -3494684 or 14986442. OLE color: 14986442.

HSL color Cylindrical-coordinate representation of color #CAACE4: hue angle of 272.14º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAACE4 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202172228-
CMYK0.110.2500.11
HSL272.14º50.91%78.43%-
HSV(B)272.14º24.56%89.41%-
XYZ53.1147.6679.8-
YUV187.35150.94138.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 172 (67.58% from 255) = 28.57%
BLUE value IS 228 (89.45% from 255) = 37.87%
R=33.55%
G=28.57%
B=37.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2021722280.110.2500.11272.1450.9178.43
HexCAACE4B190B110334e
Octal312254344133101342063116
Binary110010101010110011100100101111001010111000100001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACE4; }

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

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

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

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

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

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

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

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