#CEAAEA

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

Shades of Perfume #CEAAEA

Tints of Perfume #CEAAEA

Color information

#CEAAEA (or 0xCEAAEA) is unknown color: approx Perfume. HEX triplet: CE, AA and EA. RGB value is (206,170,234). Sum of RGB (Red+Green+Blue) = 206+170+234=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEAAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAAEA is #315515. Grayscale: #BBBBBB. Windows color (decimal): -3233046 or 15379150. OLE color: 15379150.

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

Color convert

RGB206170234-
CMYK0.120.2700.08
HSL273.75º60.38%79.22%-
HSV(B)273.75º27.35%91.76%-
XYZ54.6847.8184.19-
YUV188.06153.93140.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.77%
GREEN value IS 170 (66.80% from 255) = 27.87%
BLUE value IS 234 (91.80% from 255) = 38.36%
R=33.77%
G=27.87%
B=38.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061702340.120.2700.08273.7560.3879.22
HexCEAAEAC1B081123c4f
Octal316252352143301042274117
Binary110011101010101011101010110011011010001000100101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAAEA; }

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

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

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

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

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

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

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

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