#CEBFC1

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

Shades of Pink Flare #CEBFC1

Tints of Pink Flare #CEBFC1

Color information

#CEBFC1 (or 0xCEBFC1) is unknown color: approx Pink Flare. HEX triplet: CE, BF and C1. RGB value is (206,191,193). Sum of RGB (Red+Green+Blue) = 206+191+193=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFC1 is #31403E. Grayscale: #C3C3C3. Windows color (decimal): -3227711 or 12697550. OLE color: 12697550.

HSL color Cylindrical-coordinate representation of color #CEBFC1: hue angle of 352º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEBFC1 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB206191193-
CMYK00.070.060.19
HSL352º13.27%77.84%-
HSV(B)352º7.28%80.78%-
XYZ53.7154.2358.09-
YUV195.71126.47135.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.92%
GREEN value IS 191 (75% from 255) = 32.37%
BLUE value IS 193 (75.78% from 255) = 32.71%
R=34.92%
G=32.37%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619119300.070.060.1935213.2777.84
HexCEBFC107613160d4e
Octal3162773010762354015116
Binary11001110101111111100000101111101001110110000011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFC1; }

 p { color: rgb(206,191,193); }

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

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

 a { background-color: rgb(206,191,193); }

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

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

 span { border-color: rgb(206,191,193); }

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