#CEBCBE

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

Shades of Pink Flare #CEBCBE

Tints of Pink Flare #CEBCBE

Color information

#CEBCBE (or 0xCEBCBE) is unknown color: approx Pink Flare. HEX triplet: CE, BC and BE. RGB value is (206,188,190). Sum of RGB (Red+Green+Blue) = 206+188+190=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCBE is #314341. Grayscale: #C1C1C1. Windows color (decimal): -3228482 or 12500174. OLE color: 12500174.

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

Color convert

RGB206188190-
CMYK00.090.080.19
HSL353.33º15.52%77.25%-
HSV(B)353.33º8.74%80.78%-
XYZ52.7352.8156.13-
YUV193.61125.96136.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.27%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 190 (74.61% from 255) = 32.53%
R=35.27%
G=32.19%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618819000.090.080.19353.3315.5277.25
HexCEBCBE09813161104d
Octal316274276011102354120115
Binary11001110101111001011111001001100010011101100001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCBE; }

 p { color: rgb(206,188,190); }

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

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

 a { background-color: rgb(206,188,190); }

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

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

 span { border-color: rgb(206,188,190); }

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