#CEAEE3

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

Shades of Perfume #CEAEE3

Tints of Perfume #CEAEE3

Color information

#CEAEE3 (or 0xCEAEE3) is unknown color: approx Perfume. HEX triplet: CE, AE and E3. RGB value is (206,174,227). Sum of RGB (Red+Green+Blue) = 206+174+227=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 227 - color contains mainly: blue. Hex color #CEAEE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEE3 is #31511C. Grayscale: #BDBDBD. Windows color (decimal): -3232029 or 14921422. OLE color: 14921422.

HSL color Cylindrical-coordinate representation of color #CEAEE3: hue angle of 276.23º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEAEE3 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB206174227-
CMYK0.090.2300.11
HSL276.23º48.62%78.63%-
HSV(B)276.23º23.35%89.02%-
XYZ54.4548.9479.25-
YUV189.61149.1139.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.94%
GREEN value IS 174 (68.36% from 255) = 28.67%
BLUE value IS 227 (89.06% from 255) = 37.40%
R=33.94%
G=28.67%
B=37.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061742270.090.2300.11276.2348.6278.63
HexCEAEE39170B114314f
Octal316256343112701342461117
Binary110011101010111011100011100110111010111000101001100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAEE3; }

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

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

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

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

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

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

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

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