#CEACF0

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

Shades of Perfume #CEACF0

Tints of Perfume #CEACF0

Color information

#CEACF0 (or 0xCEACF0) is unknown color: approx Perfume. HEX triplet: CE, AC and F0. RGB value is (206,172,240). Sum of RGB (Red+Green+Blue) = 206+172+240=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEACF0 is #31530F. Grayscale: #BDBDBD. Windows color (decimal): -3232528 or 15772878. OLE color: 15772878.

HSL color Cylindrical-coordinate representation of color #CEACF0: hue angle of 270º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEACF0 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB206172240-
CMYK0.140.2800.06
HSL270º69.39%80.78%-
HSV(B)270º28.33%94.12%-
XYZ55.9348.9288.93-
YUV189.92156.26139.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.33%
GREEN value IS 172 (67.58% from 255) = 27.83%
BLUE value IS 240 (94.14% from 255) = 38.83%
R=33.33%
G=27.83%
B=38.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2061722400.140.2800.0627069.3980.78
HexCEACF0E1C0610e4551
Octal316254360163406416105121
Binary110011101010110011110000111011100011010000111010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEACF0; }

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

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

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

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

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

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

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

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