#CAAAE4

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

Shades of Perfume #CAAAE4

Tints of Perfume #CAAAE4

Color information

#CAAAE4 (or 0xCAAAE4) is unknown color: approx Perfume. HEX triplet: CA, AA and E4. RGB value is (202,170,228). Sum of RGB (Red+Green+Blue) = 202+170+228=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 228 - color contains mainly: blue. Hex color #CAAAE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAE4 is #35551B. Grayscale: #B9B9B9. Windows color (decimal): -3495196 or 14985930. OLE color: 14985930.

HSL color Cylindrical-coordinate representation of color #CAAAE4: hue angle of 273.1º degrees, saturation: 0.52, 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 #CAAAE4 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202170228-
CMYK0.110.2500.11
HSL273.1º51.79%78.04%-
HSV(B)273.1º25.44%89.41%-
XYZ52.7446.9179.67-
YUV186.18151.6139.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 170 (66.80% from 255) = 28.33%
BLUE value IS 228 (89.45% from 255) = 38%
R=33.67%
G=28.33%
B=38%

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
Decimal2021702280.110.2500.11273.151.7978.04
HexCAAAE4B190B111344e
Octal312252344133101342164116
Binary110010101010101011100100101111001010111000100011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAAE4; }

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

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

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

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

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

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

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

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