#CEA9EC

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

Shades of Perfume #CEA9EC

Tints of Perfume #CEA9EC

Color information

#CEA9EC (or 0xCEA9EC) is unknown color: approx Perfume. HEX triplet: CE, A9 and EC. RGB value is (206,169,236). Sum of RGB (Red+Green+Blue) = 206+169+236=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEA9EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA9EC is #315613. Grayscale: #BBBBBB. Windows color (decimal): -3233300 or 15509966. OLE color: 15509966.

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

Color convert

RGB206169236-
CMYK0.130.2800.07
HSL273.13º63.81%79.41%-
HSV(B)273.13º28.39%92.55%-
XYZ54.7847.5585.65-
YUV187.7155.26141.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.72%
GREEN value IS 169 (66.41% from 255) = 27.66%
BLUE value IS 236 (92.58% from 255) = 38.63%
R=33.72%
G=27.66%
B=38.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061692360.130.2800.07273.1363.8179.41
HexCEA9ECD1C07111404f
Octal316251354153407421100117
Binary110011101010100111101100110111100011110001000110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA9EC; }

 p { color: rgb(206,169,236); }

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

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

 a { background-color: rgb(206,169,236); }

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

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

 span { border-color: rgb(206,169,236); }

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