#DAB1B6

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

Shades of Blossom #DAB1B6

Tints of Blossom #DAB1B6

Color information

#DAB1B6 (or 0xDAB1B6) is unknown color: approx Blossom. HEX triplet: DA, B1 and B6. RGB value is (218,177,182). Sum of RGB (Red+Green+Blue) = 218+177+182=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1B6 is #254E49. Grayscale: #BDBDBD. Windows color (decimal): -2444874 or 11973082. OLE color: 11973082.

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

Color convert

RGB218177182-
CMYK00.190.170.15
HSL352.68º35.65%77.45%-
HSV(B)352.68º18.81%85.49%-
XYZ53.0849.7351.06-
YUV189.83123.58148.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.78%
GREEN value IS 177 (69.53% from 255) = 30.68%
BLUE value IS 182 (71.48% from 255) = 31.54%
R=37.78%
G=30.68%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817718200.190.170.15352.6835.6577.45
HexDAB1B601311F161244d
Octal332261266023211754144115
Binary1101101010110001101101100100111000111111011000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1B6; }

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

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

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

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

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

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

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

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