#CAACEE

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

Shades of Perfume #CAACEE

Tints of Perfume #CAACEE

Color information

#CAACEE (or 0xCAACEE) is unknown color: approx Perfume. HEX triplet: CA, AC and EE. RGB value is (202,172,238). Sum of RGB (Red+Green+Blue) = 202+172+238=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAACEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAACEE is #355311. Grayscale: #BCBCBC. Windows color (decimal): -3494674 or 15641802. OLE color: 15641802.

HSL color Cylindrical-coordinate representation of color #CAACEE: hue angle of 267.27º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAACEE is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202172238-
CMYK0.150.2800.07
HSL267.27º66%80.39%-
HSV(B)267.27º27.73%93.33%-
XYZ54.5448.2387.32-
YUV188.49155.94137.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 172 (67.58% from 255) = 28.10%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=33.01%
G=28.10%
B=38.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021722380.150.2800.07267.276680.39
HexCAACEEF1C0710b4250
Octal312254356173407413102120
Binary110010101010110011101110111111100011110000101110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACEE; }

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

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

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

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

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

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

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

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