#CEAFEB

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

Shades of Perfume #CEAFEB

Tints of Perfume #CEAFEB

Color information

#CEAFEB (or 0xCEAFEB) is unknown color: approx Perfume. HEX triplet: CE, AF and EB. RGB value is (206,175,235). Sum of RGB (Red+Green+Blue) = 206+175+235=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEAFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAFEB is #315014. Grayscale: #BEBEBE. Windows color (decimal): -3231765 or 15445966. OLE color: 15445966.

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

Color convert

RGB206175235-
CMYK0.120.2600.08
HSL271º60%80.39%-
HSV(B)271º25.53%92.16%-
XYZ55.7849.7885.27-
YUV191.11152.77138.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.44%
GREEN value IS 175 (68.75% from 255) = 28.41%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=33.44%
G=28.41%
B=38.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061752350.120.2600.082716080.39
HexCEAFEBC1A0810f3c50
Octal316257353143201041774120
Binary110011101010111111101011110011010010001000011111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFEB; }

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

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

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

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

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

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

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

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