#CEB0ED

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

Shades of Perfume #CEB0ED

Tints of Perfume #CEB0ED

Color information

#CEB0ED (or 0xCEB0ED) is unknown color: approx Perfume. HEX triplet: CE, B0 and ED. RGB value is (206,176,237). Sum of RGB (Red+Green+Blue) = 206+176+237=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEB0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB0ED is #314F12. Grayscale: #BFBFBF. Windows color (decimal): -3231507 or 15577294. OLE color: 15577294.

HSL color Cylindrical-coordinate representation of color #CEB0ED: hue angle of 269.51º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEB0ED is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206176237-
CMYK0.130.2600.07
HSL269.51º62.89%80.98%-
HSV(B)269.51º25.74%92.94%-
XYZ56.2650.2986.86-
YUV191.92153.44138.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.28%
GREEN value IS 176 (69.14% from 255) = 28.43%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=33.28%
G=28.43%
B=38.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061762370.130.2600.07269.5162.8980.98
HexCEB0EDD1A0710e3f51
Octal31626035515320741677121
Binary11001110101100001110110111011101001111000011101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB0ED; }

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

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

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

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

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

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

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

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