#CEACEC

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

Shades of Perfume #CEACEC

Tints of Perfume #CEACEC

Color information

#CEACEC (or 0xCEACEC) is unknown color: approx Perfume. HEX triplet: CE, AC and EC. RGB value is (206,172,236). Sum of RGB (Red+Green+Blue) = 206+172+236=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEACEC is #315313. Grayscale: #BDBDBD. Windows color (decimal): -3232532 or 15510734. OLE color: 15510734.

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

Color convert

RGB206172236-
CMYK0.130.2700.07
HSL271.88º62.75%80%-
HSV(B)271.88º27.12%92.55%-
XYZ55.3548.6885.84-
YUV189.46154.26139.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.55%
GREEN value IS 172 (67.58% from 255) = 28.01%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=33.55%
G=28.01%
B=38.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061722360.130.2700.07271.8862.7580
HexCEACECD1B071103f50
Octal31625435415330742077120
Binary11001110101011001110110011011101101111000100001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEACEC; }

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

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

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

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

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

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

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

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