#CEAEEB

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

Shades of Perfume #CEAEEB

Tints of Perfume #CEAEEB

Color information

#CEAEEB (or 0xCEAEEB) is unknown color: approx Perfume. HEX triplet: CE, AE and EB. RGB value is (206,174,235). Sum of RGB (Red+Green+Blue) = 206+174+235=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAEEB is #315114. Grayscale: #BEBEBE. Windows color (decimal): -3232021 or 15445710. OLE color: 15445710.

HSL color Cylindrical-coordinate representation of color #CEAEEB: hue angle of 271.48º degrees, saturation: 0.6, 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 #CEAEEB is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206174235-
CMYK0.120.2600.08
HSL271.48º60.4%80.2%-
HSV(B)271.48º25.96%92.16%-
XYZ55.5949.3985.2-
YUV190.52153.1139.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.50%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=33.50%
G=28.29%
B=38.21%

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
Decimal2061742350.120.2600.08271.4860.480.2
HexCEAEEBC1A0810f3c50
Octal316256353143201041774120
Binary110011101010111011101011110011010010001000011111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAEEB; }

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

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

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

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

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

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

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

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