#DAADB7

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

Shades of Blossom #DAADB7

Tints of Blossom #DAADB7

Color information

#DAADB7 (or 0xDAADB7) is unknown color: approx Blossom. HEX triplet: DA, AD and B7. RGB value is (218,173,183). Sum of RGB (Red+Green+Blue) = 218+173+183=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 183 (71.88% from 255 or 31.88% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADB7 is #255248. Grayscale: #BBBBBB. Windows color (decimal): -2445897 or 12037594. OLE color: 12037594.

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

Color convert

RGB218173183-
CMYK00.210.160.15
HSL346.67º37.82%76.67%-
HSV(B)346.67º20.64%85.49%-
XYZ52.448.2151.34-
YUV187.6125.41149.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 183 (71.88% from 255) = 31.88%
R=37.98%
G=30.14%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817318300.210.160.15346.6737.8276.67
HexDAADB701510F15b264d
Octal332255267025201753346115
Binary1101101010101101101101110101011000011111010110111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAADB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAADB7; }

 p { color: rgb(218,173,183); }

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

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

 a { background-color: rgb(218,173,183); }

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

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

 span { border-color: rgb(218,173,183); }

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