#CEB1EC

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

Shades of Perfume #CEB1EC

Tints of Perfume #CEB1EC

Color information

#CEB1EC (or 0xCEB1EC) is unknown color: approx Perfume. HEX triplet: CE, B1 and EC. RGB value is (206,177,236). Sum of RGB (Red+Green+Blue) = 206+177+236=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEB1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB1EC is #314E13. Grayscale: #C0C0C0. Windows color (decimal): -3231252 or 15512014. OLE color: 15512014.

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

Color convert

RGB206177236-
CMYK0.130.2500.07
HSL269.49º60.82%80.98%-
HSV(B)269.49º25%92.55%-
XYZ56.3250.6286.16-
YUV192.4152.61137.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.28%
GREEN value IS 177 (69.53% from 255) = 28.59%
BLUE value IS 236 (92.58% from 255) = 38.13%
R=33.28%
G=28.59%
B=38.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061772360.130.2500.07269.4960.8280.98
HexCEB1ECD190710d3d51
Octal31626135415310741575121
Binary11001110101100011110110011011100101111000011011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB1EC; }

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

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

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

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

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

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

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

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