#CEAEEA

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

Shades of Perfume #CEAEEA

Tints of Perfume #CEAEEA

Color information

#CEAEEA (or 0xCEAEEA) is unknown color: approx Perfume. HEX triplet: CE, AE and EA. RGB value is (206,174,234). Sum of RGB (Red+Green+Blue) = 206+174+234=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEAEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAEEA is #315115. Grayscale: #BEBEBE. Windows color (decimal): -3232022 or 15380174. OLE color: 15380174.

HSL color Cylindrical-coordinate representation of color #CEAEEA: hue angle of 272º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEAEEA is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206174234-
CMYK0.120.2600.08
HSL272º58.82%80%-
HSV(B)272º25.64%91.76%-
XYZ55.4449.3384.44-
YUV190.41152.6139.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.55%
GREEN value IS 174 (68.36% from 255) = 28.34%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=33.55%
G=28.34%
B=38.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061742340.120.2600.0827258.8280
HexCEAEEAC1A081103b50
Octal316256352143201042073120
Binary110011101010111011101010110011010010001000100001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAEEA; }

 p { color: rgb(206,174,234); }

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

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

 a { background-color: rgb(206,174,234); }

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

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

 span { border-color: rgb(206,174,234); }

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