#CAAEEC

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

Shades of Perfume #CAAEEC

Tints of Perfume #CAAEEC

Color information

#CAAEEC (or 0xCAAEEC) is unknown color: approx Perfume. HEX triplet: CA, AE and EC. RGB value is (202,174,236). Sum of RGB (Red+Green+Blue) = 202+174+236=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEEC is #355113. Grayscale: #BDBDBD. Windows color (decimal): -3494164 or 15511242. OLE color: 15511242.

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

Color convert

RGB202174236-
CMYK0.140.2600.07
HSL267.1º62%80.39%-
HSV(B)267.1º26.27%92.55%-
XYZ54.6348.8885.91-
YUV189.44154.28136.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 174 (68.36% from 255) = 28.43%
BLUE value IS 236 (92.58% from 255) = 38.56%
R=33.01%
G=28.43%
B=38.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021742360.140.2600.07267.16280.39
HexCAAEECE1A0710b3e50
Octal31225635416320741376120
Binary11001010101011101110110011101101001111000010111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEEC; }

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

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

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

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

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

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

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

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