#DAACB3

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

Shades of Blossom #DAACB3

Tints of Blossom #DAACB3

Color information

#DAACB3 (or 0xDAACB3) is unknown color: approx Blossom. HEX triplet: DA, AC and B3. RGB value is (218,172,179). Sum of RGB (Red+Green+Blue) = 218+172+179=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACB3 is #25534C. Grayscale: #BABABA. Windows color (decimal): -2446157 or 11775194. OLE color: 11775194.

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

Color convert

RGB218172179-
CMYK00.210.180.15
HSL350.87º38.33%76.47%-
HSV(B)350.87º21.1%85.49%-
XYZ51.847.6749.12-
YUV186.55123.74150.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 179 (70.31% from 255) = 31.46%
R=38.31%
G=30.23%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817217900.210.180.15350.8738.3376.47
HexDAACB301512F15f264c
Octal332254263025221753746114
Binary1101101010101100101100110101011001011111010111111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACB3; }

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

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

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

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

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

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

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

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