#DABBBD

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

Shades of Pink Flare #DABBBD

Tints of Pink Flare #DABBBD

Color information

#DABBBD (or 0xDABBBD) is unknown color: approx Pink Flare. HEX triplet: DA, BB and BD. RGB value is (218,187,189). Sum of RGB (Red+Green+Blue) = 218+187+189=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBBD is #254442. Grayscale: #C4C4C4. Windows color (decimal): -2442307 or 12434394. OLE color: 12434394.

HSL color Cylindrical-coordinate representation of color #DABBBD: hue angle of 356.13º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABBBD is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB218187189-
CMYK00.140.130.15
HSL356.13º29.52%79.41%-
HSV(B)356.13º14.22%85.49%-
XYZ55.8754.1255.65-
YUV196.5123.77143.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.70%
GREEN value IS 187 (73.44% from 255) = 31.48%
BLUE value IS 189 (74.22% from 255) = 31.82%
R=36.70%
G=31.48%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818718900.140.130.15356.1329.5279.41
HexDABBBD0EDF1641e4f
Octal332273275016151754436117
Binary1101101010111011101111010111011011111101100100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBBD; }

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

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

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

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

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

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

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

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