#CEB1E4

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

Shades of Perfume #CEB1E4

Tints of Perfume #CEB1E4

Color information

#CEB1E4 (or 0xCEB1E4) is unknown color: approx Perfume. HEX triplet: CE, B1 and E4. RGB value is (206,177,228). Sum of RGB (Red+Green+Blue) = 206+177+228=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 177 (69.53% from 255 or 28.97% from 611); Blue value is 228 (89.45% from 255 or 37.32% from 611); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEB1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1E4 is #314E1B. Grayscale: #BFBFBF. Windows color (decimal): -3231260 or 14987726. OLE color: 14987726.

HSL color Cylindrical-coordinate representation of color #CEB1E4: hue angle of 274.12º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEB1E4 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB206177228-
CMYK0.100.2200.11
HSL274.12º48.57%79.41%-
HSV(B)274.12º22.37%89.41%-
XYZ55.1850.1780.17-
YUV191.48148.61138.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.72%
GREEN value IS 177 (69.53% from 255) = 28.97%
BLUE value IS 228 (89.45% from 255) = 37.32%
R=33.72%
G=28.97%
B=37.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061772280.100.2200.11274.1248.5779.41
HexCEB1E4A160B112314f
Octal316261344122601342261117
Binary110011101011000111100100101010110010111000100101100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB1E4; }

 p { color: rgb(206,177,228); }

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

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

 a { background-color: rgb(206,177,228); }

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

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

 span { border-color: rgb(206,177,228); }

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