#CEAEB0

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

Shades of Pink Flare #CEAEB0

Tints of Pink Flare #CEAEB0

Color information

#CEAEB0 (or 0xCEAEB0) is unknown color: approx Pink Flare. HEX triplet: CE, AE and B0. RGB value is (206,174,176). Sum of RGB (Red+Green+Blue) = 206+174+176=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAEB0 is #31514F. Grayscale: #B7B7B7. Windows color (decimal): -3232080 or 11579086. OLE color: 11579086.

HSL color Cylindrical-coordinate representation of color #CEAEB0: hue angle of 356.25º 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 #CEAEB0 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB206174176-
CMYK00.160.150.19
HSL356.25º24.62%74.51%-
HSV(B)356.25º15.53%80.78%-
XYZ48.4346.5347.5-
YUV183.8123.6143.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 176 (69.14% from 255) = 31.65%
R=37.05%
G=31.29%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617417600.160.150.19356.2524.6274.51
HexCEAEB0010F13164194b
Octal316256260020172354431113
Binary110011101010111010110000010000111110011101100100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAEB0; }

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

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

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

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

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

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

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

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