#CEAFE3

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

Shades of Perfume #CEAFE3

Tints of Perfume #CEAFE3

Color information

#CEAFE3 (or 0xCEAFE3) is unknown color: approx Perfume. HEX triplet: CE, AF and E3. RGB value is (206,175,227). Sum of RGB (Red+Green+Blue) = 206+175+227=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 227 (89.06% from 255 or 37.34% from 608); Max value from RGB is 227 - color contains mainly: blue. Hex color #CEAFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFE3 is #31501C. Grayscale: #BEBEBE. Windows color (decimal): -3231773 or 14921678. OLE color: 14921678.

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

Color convert

RGB206175227-
CMYK0.090.2300.11
HSL275.77º48.15%78.82%-
HSV(B)275.77º22.91%89.02%-
XYZ54.6549.3379.31-
YUV190.2148.77139.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.88%
GREEN value IS 175 (68.75% from 255) = 28.78%
BLUE value IS 227 (89.06% from 255) = 37.34%
R=33.88%
G=28.78%
B=37.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061752270.090.2300.11275.7748.1578.82
HexCEAFE39170B114304f
Octal316257343112701342460117
Binary110011101010111111100011100110111010111000101001100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFE3; }

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

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

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

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

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

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

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

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