#DAACB2

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

Shades of Blossom #DAACB2

Tints of Blossom #DAACB2

Color information

#DAACB2 (or 0xDAACB2) is unknown color: approx Blossom. HEX triplet: DA, AC and B2. RGB value is (218,172,178). Sum of RGB (Red+Green+Blue) = 218+172+178=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAACB2 is #25534D. Grayscale: #BABABA. Windows color (decimal): -2446158 or 11709658. OLE color: 11709658.

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

Color convert

RGB218172178-
CMYK00.210.180.15
HSL352.17º38.33%76.47%-
HSV(B)352.17º21.1%85.49%-
XYZ51.747.6248.59-
YUV186.44123.24150.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 178 (69.92% from 255) = 31.34%
R=38.38%
G=30.28%
B=31.34%

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
Decimal21817217800.210.180.15352.1738.3376.47
HexDAACB201512F160264c
Octal332254262025221754046114
Binary1101101010101100101100100101011001011111011000001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACB2; }

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

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

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

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

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

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

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

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