#CEAEB2

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

Shades of Pink Flare #CEAEB2

Tints of Pink Flare #CEAEB2

Color information

#CEAEB2 (or 0xCEAEB2) is unknown color: approx Pink Flare. HEX triplet: CE, AE and B2. RGB value is (206,174,178). Sum of RGB (Red+Green+Blue) = 206+174+178=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAEB2 is #31514D. Grayscale: #B8B8B8. Windows color (decimal): -3232078 or 11710158. OLE color: 11710158.

HSL color Cylindrical-coordinate representation of color #CEAEB2: hue angle of 352.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEAEB2 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB206174178-
CMYK00.160.140.19
HSL352.5º24.62%74.51%-
HSV(B)352.5º15.53%80.78%-
XYZ48.6346.6148.55-
YUV184.02124.6143.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.92%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 178 (69.92% from 255) = 31.90%
R=36.92%
G=31.18%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617417800.160.140.19352.524.6274.51
HexCEAEB2010E13160194b
Octal316256262020162354031113
Binary110011101010111010110010010000111010011101100000110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAEB2; }

 p { color: rgb(206,174,178); }

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

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

 a { background-color: rgb(206,174,178); }

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

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

 span { border-color: rgb(206,174,178); }

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