#CEBBBC

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

Shades of Pink Flare #CEBBBC

Tints of Pink Flare #CEBBBC

Color information

#CEBBBC (or 0xCEBBBC) is unknown color: approx Pink Flare. HEX triplet: CE, BB and BC. RGB value is (206,187,188). Sum of RGB (Red+Green+Blue) = 206+187+188=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBBC is #314443. Grayscale: #C0C0C0. Windows color (decimal): -3228740 or 12368846. OLE color: 12368846.

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

Color convert

RGB206187188-
CMYK00.090.090.19
HSL356.84º16.24%77.06%-
HSV(B)356.84º9.22%80.78%-
XYZ52.352.2954.91-
YUV192.8125.29137.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 187 (73.44% from 255) = 32.19%
BLUE value IS 188 (73.83% from 255) = 32.36%
R=35.46%
G=32.19%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618718800.090.090.19356.8416.2477.06
HexCEBBBC09913165104d
Octal316273274011112354520115
Binary11001110101110111011110001001100110011101100101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBBC; }

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

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

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

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

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

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

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

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