#D0BABD

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

Shades of Pink Flare #D0BABD

Tints of Pink Flare #D0BABD

Color information

#D0BABD (or 0xD0BABD) is unknown color: approx Pink Flare. HEX triplet: D0, BA and BD. RGB value is (208,186,189). Sum of RGB (Red+Green+Blue) = 208+186+189=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BABD is #2F4542. Grayscale: #C0C0C0. Windows color (decimal): -3097923 or 12434128. OLE color: 12434128.

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

Color convert

RGB208186189-
CMYK00.110.090.18
HSL351.82º18.97%77.25%-
HSV(B)351.82º10.58%81.57%-
XYZ52.7652.255.44-
YUV192.92125.79138.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.68%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 189 (74.22% from 255) = 32.42%
R=35.68%
G=31.90%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818618900.110.090.18351.8218.9777.25
HexD0BABD0B912160134d
Octal320272275013112254023115
Binary11010000101110101011110101011100110010101100000100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BABD; }

 p { color: rgb(208,186,189); }

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

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

 a { background-color: rgb(208,186,189); }

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

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

 span { border-color: rgb(208,186,189); }

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