#DAAFB9

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

Shades of Blossom #DAAFB9

Tints of Blossom #DAAFB9

Color information

#DAAFB9 (or 0xDAAFB9) is unknown color: approx Blossom. HEX triplet: DA, AF and B9. RGB value is (218,175,185). Sum of RGB (Red+Green+Blue) = 218+175+185=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFB9 is #255046. Grayscale: #BCBCBC. Windows color (decimal): -2445383 or 12169178. OLE color: 12169178.

HSL color Cylindrical-coordinate representation of color #DAAFB9: hue angle of 346.05º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAFB9 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218175185-
CMYK00.200.150.15
HSL346.05º36.75%77.06%-
HSV(B)346.05º19.72%85.49%-
XYZ5349.0752.58-
YUV189125.75148.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 185 (72.66% from 255) = 32.01%
R=37.72%
G=30.28%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817518500.200.150.15346.0536.7577.06
HexDAAFB9014FF15a254d
Octal332257271024171753245115
Binary110110101010111110111001010100111111111010110101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFB9; }

 p { color: rgb(218,175,185); }

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

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

 a { background-color: rgb(218,175,185); }

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

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

 span { border-color: rgb(218,175,185); }

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