#CEB3E9

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

Shades of Perfume #CEB3E9

Tints of Perfume #CEB3E9

Color information

#CEB3E9 (or 0xCEB3E9) is unknown color: approx Perfume. HEX triplet: CE, B3 and E9. RGB value is (206,179,233). Sum of RGB (Red+Green+Blue) = 206+179+233=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #CEB3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB3E9 is #314C16. Grayscale: #C1C1C1. Windows color (decimal): -3230743 or 15315918. OLE color: 15315918.

HSL color Cylindrical-coordinate representation of color #CEB3E9: hue angle of 270º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEB3E9 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206179233-
CMYK0.120.2300.09
HSL270º55.1%80.78%-
HSV(B)270º23.18%91.37%-
XYZ56.2851.2584.02-
YUV193.23150.45137.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.33%
GREEN value IS 179 (70.31% from 255) = 28.96%
BLUE value IS 233 (91.41% from 255) = 37.70%
R=33.33%
G=28.96%
B=37.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061792330.120.2300.0927055.180.78
HexCEB3E9C170910e3751
Octal316263351142701141667121
Binary110011101011001111101001110010111010011000011101101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB3E9; }

 p { color: rgb(206,179,233); }

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

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

 a { background-color: rgb(206,179,233); }

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

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

 span { border-color: rgb(206,179,233); }

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