#CEB3E6

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

Shades of Perfume #CEB3E6

Tints of Perfume #CEB3E6

Color information

#CEB3E6 (or 0xCEB3E6) is unknown color: approx Perfume. HEX triplet: CE, B3 and E6. RGB value is (206,179,230). Sum of RGB (Red+Green+Blue) = 206+179+230=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 179 (70.31% from 255 or 29.11% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEB3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB3E6 is #314C19. Grayscale: #C0C0C0. Windows color (decimal): -3230746 or 15119310. OLE color: 15119310.

HSL color Cylindrical-coordinate representation of color #CEB3E6: hue angle of 271.76º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEB3E6 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB206179230-
CMYK0.100.2200.10
HSL271.76º50.5%80.2%-
HSV(B)271.76º22.17%90.2%-
XYZ55.8651.0881.78-
YUV192.89148.95137.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.50%
GREEN value IS 179 (70.31% from 255) = 29.11%
BLUE value IS 230 (90.23% from 255) = 37.40%
R=33.50%
G=29.11%
B=37.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2061792300.100.2200.10271.7650.580.2
HexCEB3E6A160A1103250
Octal316263346122601242062120
Binary110011101011001111100110101010110010101000100001100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB3E6; }

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

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

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

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

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

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

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

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