#D5BBBE

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

Shades of Pink Flare #D5BBBE

Tints of Pink Flare #D5BBBE

Color information

#D5BBBE (or 0xD5BBBE) is unknown color: approx Pink Flare. HEX triplet: D5, BB and BE. RGB value is (213,187,190). Sum of RGB (Red+Green+Blue) = 213+187+190=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBBE is #2A4441. Grayscale: #C3C3C3. Windows color (decimal): -2769986 or 12499925. OLE color: 12499925.

HSL color Cylindrical-coordinate representation of color #D5BBBE: hue angle of 353.08º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BBBE is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213187190-
CMYK00.120.110.16
HSL353.08º23.64%78.43%-
HSV(B)353.08º12.21%83.53%-
XYZ54.5153.456.15-
YUV195.12125.11140.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.10%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=36.10%
G=31.69%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318719000.120.110.16353.0823.6478.43
HexD5BBBE0CB10161184e
Octal325273276014132054130116
Binary11010101101110111011111001100101110000101100001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BBBE; }

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

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

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

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

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

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

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

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