#DAACB4

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

Shades of Blossom #DAACB4

Tints of Blossom #DAACB4

Color information

#DAACB4 (or 0xDAACB4) is unknown color: approx Blossom. HEX triplet: DA, AC and B4. RGB value is (218,172,180). Sum of RGB (Red+Green+Blue) = 218+172+180=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACB4 is #25534B. Grayscale: #BABABA. Windows color (decimal): -2446156 or 11840730. OLE color: 11840730.

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

Color convert

RGB218172180-
CMYK00.210.170.15
HSL349.57º38.33%76.47%-
HSV(B)349.57º21.1%85.49%-
XYZ51.947.7149.65-
YUV186.67124.24150.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 180 (70.70% from 255) = 31.58%
R=38.25%
G=30.18%
B=31.58%

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
Decimal21817218000.210.170.15349.5738.3376.47
HexDAACB401511F15e264c
Octal332254264025211753646114
Binary1101101010101100101101000101011000111111010111101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACB4; }

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

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

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

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

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

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

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

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