#CEBABD

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

Shades of Pink Flare #CEBABD

Tints of Pink Flare #CEBABD

Color information

#CEBABD (or 0xCEBABD) is unknown color: approx Pink Flare. HEX triplet: CE, BA and BD. RGB value is (206,186,189). Sum of RGB (Red+Green+Blue) = 206+186+189=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBABD is #314542. Grayscale: #C0C0C0. Windows color (decimal): -3228995 or 12434126. OLE color: 12434126.

HSL color Cylindrical-coordinate representation of color #CEBABD: hue angle of 351º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEBABD is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB206186189-
CMYK00.100.080.19
HSL351º16.95%76.86%-
HSV(B)351º9.71%80.78%-
XYZ52.251.9155.41-
YUV192.32126.13137.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=35.46%
G=32.01%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618618900.100.080.1935116.9576.86
HexCEBABD0A81315f114d
Octal316272275012102353721115
Binary11001110101110101011110101010100010011101011111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBABD; }

 p { color: rgb(206,186,189); }

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

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

 a { background-color: rgb(206,186,189); }

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

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

 span { border-color: rgb(206,186,189); }

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