#DAACB5

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

Shades of Blossom #DAACB5

Tints of Blossom #DAACB5

Color information

#DAACB5 (or 0xDAACB5) is unknown color: approx Blossom. HEX triplet: DA, AC and B5. RGB value is (218,172,181). Sum of RGB (Red+Green+Blue) = 218+172+181=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACB5 is #25534A. Grayscale: #BABABA. Windows color (decimal): -2446155 or 11906266. OLE color: 11906266.

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

Color convert

RGB218172181-
CMYK00.210.170.15
HSL348.26º38.33%76.47%-
HSV(B)348.26º21.1%85.49%-
XYZ52.0147.7550.19-
YUV186.78124.74150.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 181 (71.09% from 255) = 31.70%
R=38.18%
G=30.12%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817218100.210.170.15348.2638.3376.47
HexDAACB501511F15c264c
Octal332254265025211753446114
Binary1101101010101100101101010101011000111111010111001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACB5; }

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

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

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

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

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

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

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

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