#DAB6BC

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

Shades of Blossom #DAB6BC

Tints of Blossom #DAB6BC

Color information

#DAB6BC (or 0xDAB6BC) is unknown color: approx Blossom. HEX triplet: DA, B6 and BC. RGB value is (218,182,188). Sum of RGB (Red+Green+Blue) = 218+182+188=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6BC is #254943. Grayscale: #C1C1C1. Windows color (decimal): -2443588 or 12367578. OLE color: 12367578.

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

Color convert

RGB218182188-
CMYK00.170.140.15
HSL350º32.73%78.43%-
HSV(B)350º16.51%85.49%-
XYZ54.7251.9954.73-
YUV193.45124.93145.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 182 (71.48% from 255) = 30.95%
BLUE value IS 188 (73.83% from 255) = 31.97%
R=37.07%
G=30.95%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818218800.170.140.1535032.7378.43
HexDAB6BC011EF15e214e
Octal332266274021161753641116
Binary110110101011011010111100010001111011111010111101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB6BC; }

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

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

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

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

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

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

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

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