#D3BBBD

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

Shades of Pink Flare #D3BBBD

Tints of Pink Flare #D3BBBD

Color information

#D3BBBD (or 0xD3BBBD) is unknown color: approx Pink Flare. HEX triplet: D3, BB and BD. RGB value is (211,187,189). Sum of RGB (Red+Green+Blue) = 211+187+189=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BBBD is #2C4442. Grayscale: #C2C2C2. Windows color (decimal): -2901059 or 12434387. OLE color: 12434387.

HSL color Cylindrical-coordinate representation of color #D3BBBD: hue angle of 355º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3BBBD is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB211187189-
CMYK00.110.100.17
HSL355º21.43%78.04%-
HSV(B)355º11.37%82.75%-
XYZ53.8253.0655.55-
YUV194.4124.95139.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.95%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=35.95%
G=31.86%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118718900.110.100.1735521.4378.04
HexD3BBBD0BA11163154e
Octal323273275013122154325116
Binary11010011101110111011110101011101010001101100011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BBBD; }

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

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

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

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

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

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

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

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