#CEABEB

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

Shades of Perfume #CEABEB

Tints of Perfume #CEABEB

Color information

#CEABEB (or 0xCEABEB) is unknown color: approx Perfume. HEX triplet: CE, AB and EB. RGB value is (206,171,235). Sum of RGB (Red+Green+Blue) = 206+171+235=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEABEB is #315414. Grayscale: #BCBCBC. Windows color (decimal): -3232789 or 15444942. OLE color: 15444942.

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

Color convert

RGB206171235-
CMYK0.120.2700.08
HSL272.81º61.54%79.61%-
HSV(B)272.81º27.23%92.16%-
XYZ55.0148.2585.01-
YUV188.76154.1140.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.66%
GREEN value IS 171 (67.19% from 255) = 27.94%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=33.66%
G=27.94%
B=38.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061712350.120.2700.08272.8161.5479.61
HexCEABEBC1B081113e50
Octal316253353143301042176120
Binary110011101010101111101011110011011010001000100011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEABEB; }

 p { color: rgb(206,171,235); }

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

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

 a { background-color: rgb(206,171,235); }

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

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

 span { border-color: rgb(206,171,235); }

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