#DAACB7

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

Shades of Blossom #DAACB7

Tints of Blossom #DAACB7

Color information

#DAACB7 (or 0xDAACB7) is unknown color: approx Blossom. HEX triplet: DA, AC and B7. RGB value is (218,172,183). Sum of RGB (Red+Green+Blue) = 218+172+183=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACB7 is #255348. Grayscale: #BBBBBB. Windows color (decimal): -2446153 or 12037338. OLE color: 12037338.

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

Color convert

RGB218172183-
CMYK00.210.160.15
HSL345.65º38.33%76.47%-
HSV(B)345.65º21.1%85.49%-
XYZ52.2147.8351.28-
YUV187.01125.74150.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 183 (71.88% from 255) = 31.94%
R=38.05%
G=30.02%
B=31.94%

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
Decimal21817218300.210.160.15345.6538.3376.47
HexDAACB701510F15a264c
Octal332254267025201753246114
Binary1101101010101100101101110101011000011111010110101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACB7; }

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

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

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

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

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

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

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

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