#CEBBBE

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

Shades of Pink Flare #CEBBBE

Tints of Pink Flare #CEBBBE

Color information

#CEBBBE (or 0xCEBBBE) is unknown color: approx Pink Flare. HEX triplet: CE, BB and BE. RGB value is (206,187,190). Sum of RGB (Red+Green+Blue) = 206+187+190=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBBE is #314441. Grayscale: #C1C1C1. Windows color (decimal): -3228738 or 12499918. OLE color: 12499918.

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

Color convert

RGB206187190-
CMYK00.090.080.19
HSL350.53º16.24%77.06%-
HSV(B)350.53º9.22%80.78%-
XYZ52.5252.3856.06-
YUV193.02126.29137.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.33%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=35.33%
G=32.08%
B=32.59%

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
Decimal20618719000.090.080.19350.5316.2477.06
HexCEBBBE0981315f104d
Octal316273276011102353720115
Binary11001110101110111011111001001100010011101011111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBBE; }

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

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

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

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

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

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

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

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