#CEAAB2

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

Shades of Pink Flare #CEAAB2

Tints of Pink Flare #CEAAB2

Color information

#CEAAB2 (or 0xCEAAB2) is unknown color: approx Pink Flare. HEX triplet: CE, AA and B2. RGB value is (206,170,178). Sum of RGB (Red+Green+Blue) = 206+170+178=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAAB2 is #31554D. Grayscale: #B5B5B5. Windows color (decimal): -3233102 or 11709134. OLE color: 11709134.

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

Color convert

RGB206170178-
CMYK00.170.140.19
HSL346.67º26.87%73.73%-
HSV(B)346.67º17.48%80.78%-
XYZ47.8645.0948.3-
YUV181.68125.93145.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 170 (66.80% from 255) = 30.69%
BLUE value IS 178 (69.92% from 255) = 32.13%
R=37.18%
G=30.69%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617017800.170.140.19346.6726.8773.73
HexCEAAB2011E1315b1b4a
Octal316252262021162353333112
Binary110011101010101010110010010001111010011101011011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAAB2; }

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

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

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

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

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

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

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

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