#CAAEE1

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

Shades of Perfume #CAAEE1

Tints of Perfume #CAAEE1

Color information

#CAAEE1 (or 0xCAAEE1) is unknown color: approx Perfume. HEX triplet: CA, AE and E1. RGB value is (202,174,225). Sum of RGB (Red+Green+Blue) = 202+174+225=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #CAAEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEE1 is #35511E. Grayscale: #BCBCBC. Windows color (decimal): -3494175 or 14790346. OLE color: 14790346.

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

Color convert

RGB202174225-
CMYK0.100.2300.12
HSL272.94º45.95%78.24%-
HSV(B)272.94º22.67%88.24%-
XYZ53.0848.2677.75-
YUV188.19148.78137.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 174 (68.36% from 255) = 28.95%
BLUE value IS 225 (88.28% from 255) = 37.44%
R=33.61%
G=28.95%
B=37.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021742250.100.2300.12272.9445.9578.24
HexCAAEE1A170C1112e4e
Octal312256341122701442156116
Binary110010101010111011100001101010111011001000100011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEE1; }

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

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

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

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

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

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

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

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