#CEB3E8

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

Shades of Perfume #CEB3E8

Tints of Perfume #CEB3E8

Color information

#CEB3E8 (or 0xCEB3E8) is unknown color: approx Perfume. HEX triplet: CE, B3 and E8. RGB value is (206,179,232). Sum of RGB (Red+Green+Blue) = 206+179+232=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 179 (70.31% from 255 or 29.01% from 617); Blue value is 232 (91.02% from 255 or 37.60% from 617); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEB3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB3E8 is #314C17. Grayscale: #C0C0C0. Windows color (decimal): -3230744 or 15250382. OLE color: 15250382.

HSL color Cylindrical-coordinate representation of color #CEB3E8: hue angle of 270.57º degrees, saturation: 0.54, 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 #CEB3E8 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206179232-
CMYK0.110.2300.09
HSL270.57º53.54%80.59%-
HSV(B)270.57º22.84%90.98%-
XYZ56.1451.1983.27-
YUV193.11149.95137.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.39%
GREEN value IS 179 (70.31% from 255) = 29.01%
BLUE value IS 232 (91.02% from 255) = 37.60%
R=33.39%
G=29.01%
B=37.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061792320.110.2300.09270.5753.5480.59
HexCEB3E8B170910f3651
Octal316263350132701141766121
Binary110011101011001111101000101110111010011000011111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB3E8; }

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

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

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

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

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

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

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

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