#CEADEA

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

Shades of Perfume #CEADEA

Tints of Perfume #CEADEA

Color information

#CEADEA (or 0xCEADEA) is unknown color: approx Perfume. HEX triplet: CE, AD and EA. RGB value is (206,173,234). Sum of RGB (Red+Green+Blue) = 206+173+234=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEADEA is #315215. Grayscale: #BDBDBD. Windows color (decimal): -3232278 or 15379918. OLE color: 15379918.

HSL color Cylindrical-coordinate representation of color #CEADEA: hue angle of 272.46º degrees, saturation: 0.59, 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 #CEADEA is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206173234-
CMYK0.120.2600.08
HSL272.46º59.22%79.8%-
HSV(B)272.46º26.07%91.76%-
XYZ55.2548.9584.38-
YUV189.82152.93139.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.61%
GREEN value IS 173 (67.97% from 255) = 28.22%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=33.61%
G=28.22%
B=38.17%

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
Decimal2061732340.120.2600.08272.4659.2279.8
HexCEADEAC1A081103b50
Octal316255352143201042073120
Binary110011101010110111101010110011010010001000100001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEADEA; }

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

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

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

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

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

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

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

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