#CEADEC

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

Shades of Perfume #CEADEC

Tints of Perfume #CEADEC

Color information

#CEADEC (or 0xCEADEC) is unknown color: approx Perfume. HEX triplet: CE, AD and EC. RGB value is (206,173,236). Sum of RGB (Red+Green+Blue) = 206+173+236=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEADEC is #315213. Grayscale: #BDBDBD. Windows color (decimal): -3232276 or 15510990. OLE color: 15510990.

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

Color convert

RGB206173236-
CMYK0.130.2700.07
HSL271.43º62.38%80.2%-
HSV(B)271.43º26.69%92.55%-
XYZ55.5449.0785.9-
YUV190.05153.93139.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.50%
GREEN value IS 173 (67.97% from 255) = 28.13%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=33.50%
G=28.13%
B=38.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061732360.130.2700.07271.4362.3880.2
HexCEADECD1B0710f3e50
Octal31625535415330741776120
Binary11001110101011011110110011011101101111000011111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEADEC; }

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

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

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

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

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

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

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

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