#CEB3EA

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

Shades of Perfume #CEB3EA

Tints of Perfume #CEB3EA

Color information

#CEB3EA (or 0xCEB3EA) is unknown color: approx Perfume. HEX triplet: CE, B3 and EA. RGB value is (206,179,234). Sum of RGB (Red+Green+Blue) = 206+179+234=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEB3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB3EA is #314C15. Grayscale: #C1C1C1. Windows color (decimal): -3230742 or 15381454. OLE color: 15381454.

HSL color Cylindrical-coordinate representation of color #CEB3EA: hue angle of 269.45º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEB3EA is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206179234-
CMYK0.120.2400.08
HSL269.45º56.7%80.98%-
HSV(B)269.45º23.5%91.76%-
XYZ56.4251.384.77-
YUV193.34150.95137.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.28%
GREEN value IS 179 (70.31% from 255) = 28.92%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=33.28%
G=28.92%
B=37.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061792340.120.2400.08269.4556.780.98
HexCEB3EAC180810d3951
Octal316263352143001041571121
Binary110011101011001111101010110011000010001000011011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB3EA; }

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

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

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

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

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

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

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

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