#CEB3E7

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

Shades of Perfume #CEB3E7

Tints of Perfume #CEB3E7

Color information

#CEB3E7 (or 0xCEB3E7) is unknown color: approx Perfume. HEX triplet: CE, B3 and E7. RGB value is (206,179,231). Sum of RGB (Red+Green+Blue) = 206+179+231=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 231 (90.62% from 255 or 37.5% from 616); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEB3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB3E7 is #314C18. Grayscale: #C0C0C0. Windows color (decimal): -3230745 or 15184846. OLE color: 15184846.

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

Color convert

RGB206179231-
CMYK0.110.2300.09
HSL271.15º52%80.39%-
HSV(B)271.15º22.51%90.59%-
XYZ5651.1382.52-
YUV193149.45137.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.44%
GREEN value IS 179 (70.31% from 255) = 29.06%
BLUE value IS 231 (90.62% from 255) = 37.5%
R=33.44%
G=29.06%
B=37.5%

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
Decimal2061792310.110.2300.09271.155280.39
HexCEB3E7B170910f3450
Octal316263347132701141764120
Binary110011101011001111100111101110111010011000011111101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB3E7; }

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

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

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

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

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

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

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

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