#DABBBC

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

Shades of Pink Flare #DABBBC

Tints of Pink Flare #DABBBC

Color information

#DABBBC (or 0xDABBBC) is unknown color: approx Pink Flare. HEX triplet: DA, BB and BC. RGB value is (218,187,188). Sum of RGB (Red+Green+Blue) = 218+187+188=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBBC is #254443. Grayscale: #C4C4C4. Windows color (decimal): -2442308 or 12368858. OLE color: 12368858.

HSL color Cylindrical-coordinate representation of color #DABBBC: hue angle of 358.06º 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 #DABBBC is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB218187188-
CMYK00.140.140.15
HSL358.06º29.52%79.41%-
HSV(B)358.06º14.22%85.49%-
XYZ55.7654.0855.08-
YUV196.38123.27143.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 188 (73.83% from 255) = 31.70%
R=36.76%
G=31.53%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818718800.140.140.15358.0629.5279.41
HexDABBBC0EEF1661e4f
Octal332273274016161754636117
Binary1101101010111011101111000111011101111101100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBBC; }

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

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

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

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

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

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

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

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