#CEBBBD

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

Shades of Pink Flare #CEBBBD

Tints of Pink Flare #CEBBBD

Color information

#CEBBBD (or 0xCEBBBD) is unknown color: approx Pink Flare. HEX triplet: CE, BB and BD. RGB value is (206,187,189). Sum of RGB (Red+Green+Blue) = 206+187+189=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBBD is #314442. Grayscale: #C0C0C0. Windows color (decimal): -3228739 or 12434382. OLE color: 12434382.

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

Color convert

RGB206187189-
CMYK00.090.080.19
HSL353.68º16.24%77.06%-
HSV(B)353.68º9.22%80.78%-
XYZ52.4152.3455.48-
YUV192.91125.79137.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.40%
GREEN value IS 187 (73.44% from 255) = 32.13%
BLUE value IS 189 (74.22% from 255) = 32.47%
R=35.40%
G=32.13%
B=32.47%

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
Decimal20618718900.090.080.19353.6816.2477.06
HexCEBBBD09813162104d
Octal316273275011102354220115
Binary11001110101110111011110101001100010011101100010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBBD; }

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

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

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

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

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

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

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

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