#CAAEE9

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

Shades of Perfume #CAAEE9

Tints of Perfume #CAAEE9

Color information

#CAAEE9 (or 0xCAAEE9) is unknown color: approx Perfume. HEX triplet: CA, AE and E9. RGB value is (202,174,233). Sum of RGB (Red+Green+Blue) = 202+174+233=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #CAAEE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEE9 is #355116. Grayscale: #BCBCBC. Windows color (decimal): -3494167 or 15314634. OLE color: 15314634.

HSL color Cylindrical-coordinate representation of color #CAAEE9: hue angle of 268.47º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAAEE9 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202174233-
CMYK0.130.2500.09
HSL268.47º57.28%79.8%-
HSV(B)268.47º25.32%91.37%-
XYZ54.248.7183.64-
YUV189.1152.78137.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.17%
GREEN value IS 174 (68.36% from 255) = 28.57%
BLUE value IS 233 (91.41% from 255) = 38.26%
R=33.17%
G=28.57%
B=38.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021742330.130.2500.09268.4757.2879.8
HexCAAEE9D190910c3950
Octal312256351153101141471120
Binary110010101010111011101001110111001010011000011001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEE9; }

 p { color: rgb(202,174,233); }

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

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

 a { background-color: rgb(202,174,233); }

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

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

 span { border-color: rgb(202,174,233); }

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