#CEADE7

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

Shades of Perfume #CEADE7

Tints of Perfume #CEADE7

Color information

#CEADE7 (or 0xCEADE7) is unknown color: approx Perfume. HEX triplet: CE, AD and E7. RGB value is (206,173,231). Sum of RGB (Red+Green+Blue) = 206+173+231=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEADE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEADE7 is #315218. Grayscale: #BDBDBD. Windows color (decimal): -3232281 or 15183310. OLE color: 15183310.

HSL color Cylindrical-coordinate representation of color #CEADE7: hue angle of 274.14º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEADE7 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206173231-
CMYK0.110.2500.09
HSL274.14º54.72%79.22%-
HSV(B)274.14º25.11%90.59%-
XYZ54.8248.7882.13-
YUV189.48151.43139.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.77%
GREEN value IS 173 (67.97% from 255) = 28.36%
BLUE value IS 231 (90.62% from 255) = 37.87%
R=33.77%
G=28.36%
B=37.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061732310.110.2500.09274.1454.7279.22
HexCEADE7B1909112374f
Octal316255347133101142267117
Binary110011101010110111100111101111001010011000100101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEADE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEADE7; }

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

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

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

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

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

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

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

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