#CEB0EE

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

Shades of Perfume #CEB0EE

Tints of Perfume #CEB0EE

Color information

#CEB0EE (or 0xCEB0EE) is unknown color: approx Perfume. HEX triplet: CE, B0 and EE. RGB value is (206,176,238). Sum of RGB (Red+Green+Blue) = 206+176+238=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEB0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB0EE is #314F11. Grayscale: #BFBFBF. Windows color (decimal): -3231506 or 15642830. OLE color: 15642830.

HSL color Cylindrical-coordinate representation of color #CEB0EE: hue angle of 269.03º degrees, saturation: 0.65, 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 #CEB0EE is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206176238-
CMYK0.130.2600.07
HSL269.03º64.58%81.18%-
HSV(B)269.03º26.05%93.33%-
XYZ56.4150.3587.63-
YUV192.04153.94137.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.23%
GREEN value IS 176 (69.14% from 255) = 28.39%
BLUE value IS 238 (93.36% from 255) = 38.39%
R=33.23%
G=28.39%
B=38.39%

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
Decimal2061762380.130.2600.07269.0364.5881.18
HexCEB0EED1A0710d4151
Octal316260356153207415101121
Binary110011101011000011101110110111010011110000110110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB0EE; }

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

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

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

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

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

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

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

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