#CEAFE8

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

Shades of Perfume #CEAFE8

Tints of Perfume #CEAFE8

Color information

#CEAFE8 (or 0xCEAFE8) is unknown color: approx Perfume. HEX triplet: CE, AF and E8. RGB value is (206,175,232). Sum of RGB (Red+Green+Blue) = 206+175+232=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEAFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAFE8 is #315017. Grayscale: #BEBEBE. Windows color (decimal): -3231768 or 15249358. OLE color: 15249358.

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

Color convert

RGB206175232-
CMYK0.110.2500.09
HSL272.63º55.34%79.8%-
HSV(B)272.63º24.57%90.98%-
XYZ55.3549.6183-
YUV190.77151.27138.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.61%
GREEN value IS 175 (68.75% from 255) = 28.55%
BLUE value IS 232 (91.02% from 255) = 37.85%
R=33.61%
G=28.55%
B=37.85%

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
Decimal2061752320.110.2500.09272.6355.3479.8
HexCEAFE8B19091113750
Octal316257350133101142167120
Binary110011101010111111101000101111001010011000100011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFE8; }

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

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

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

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

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

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

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

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