#D2BBBD

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

Shades of Pink Flare #D2BBBD

Tints of Pink Flare #D2BBBD

Color information

#D2BBBD (or 0xD2BBBD) is unknown color: approx Pink Flare. HEX triplet: D2, BB and BD. RGB value is (210,187,189). Sum of RGB (Red+Green+Blue) = 210+187+189=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBBD is #2D4442. Grayscale: #C2C2C2. Windows color (decimal): -2966595 or 12434386. OLE color: 12434386.

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

Color convert

RGB210187189-
CMYK00.110.100.18
HSL354.78º20.35%77.84%-
HSV(B)354.78º10.95%82.35%-
XYZ53.5352.9255.54-
YUV194.1125.12139.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.84%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=35.84%
G=31.91%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018718900.110.100.18354.7820.3577.84
HexD2BBBD0BA12163144e
Octal322273275013122254324116
Binary11010010101110111011110101011101010010101100011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BBBD; }

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

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

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

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

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

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

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

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