#DAAFB6

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

Shades of Blossom #DAAFB6

Tints of Blossom #DAAFB6

Color information

#DAAFB6 (or 0xDAAFB6) is unknown color: approx Blossom. HEX triplet: DA, AF and B6. RGB value is (218,175,182). Sum of RGB (Red+Green+Blue) = 218+175+182=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFB6 is #255049. Grayscale: #BCBCBC. Windows color (decimal): -2445386 or 11972570. OLE color: 11972570.

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

Color convert

RGB218175182-
CMYK00.200.170.15
HSL350.23º36.75%77.06%-
HSV(B)350.23º19.72%85.49%-
XYZ52.6948.9450.93-
YUV188.65124.25148.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 182 (71.48% from 255) = 31.65%
R=37.91%
G=30.43%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817518200.200.170.15350.2336.7577.06
HexDAAFB601411F15e254d
Octal332257266024211753645115
Binary1101101010101111101101100101001000111111010111101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFB6; }

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

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

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

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

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

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

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

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