#CEB0EA

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

Shades of Perfume #CEB0EA

Tints of Perfume #CEB0EA

Color information

#CEB0EA (or 0xCEB0EA) is unknown color: approx Perfume. HEX triplet: CE, B0 and EA. RGB value is (206,176,234). Sum of RGB (Red+Green+Blue) = 206+176+234=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEB0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB0EA is #314F15. Grayscale: #BFBFBF. Windows color (decimal): -3231510 or 15380686. OLE color: 15380686.

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

Color convert

RGB206176234-
CMYK0.120.2500.08
HSL271.03º58%80.39%-
HSV(B)271.03º24.79%91.76%-
XYZ55.8350.1184.57-
YUV191.58151.94138.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.44%
GREEN value IS 176 (69.14% from 255) = 28.57%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=33.44%
G=28.57%
B=37.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061762340.120.2500.08271.035880.39
HexCEB0EAC190810f3a50
Octal316260352143101041772120
Binary110011101011000011101010110011001010001000011111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB0EA; }

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

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

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

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

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

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

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

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