#DAB0B4

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

Shades of Blossom #DAB0B4

Tints of Blossom #DAB0B4

Color information

#DAB0B4 (or 0xDAB0B4) is unknown color: approx Blossom. HEX triplet: DA, B0 and B4. RGB value is (218,176,180). Sum of RGB (Red+Green+Blue) = 218+176+180=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0B4 is #254F4B. Grayscale: #BDBDBD. Windows color (decimal): -2445132 or 11841754. OLE color: 11841754.

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

Color convert

RGB218176180-
CMYK00.190.170.15
HSL354.29º36.21%77.25%-
HSV(B)354.29º19.27%85.49%-
XYZ52.6849.2549.91-
YUV189.01122.91148.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 176 (69.14% from 255) = 30.66%
BLUE value IS 180 (70.70% from 255) = 31.36%
R=37.98%
G=30.66%
B=31.36%

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
Decimal21817618000.190.170.15354.2936.2177.25
HexDAB0B401311F162244d
Octal332260264023211754244115
Binary1101101010110000101101000100111000111111011000101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB0B4; }

 p { color: rgb(218,176,180); }

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

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

 a { background-color: rgb(218,176,180); }

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

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

 span { border-color: rgb(218,176,180); }

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