#DAAFB3

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

Shades of Blossom #DAAFB3

Tints of Blossom #DAAFB3

Color information

#DAAFB3 (or 0xDAAFB3) is unknown color: approx Blossom. HEX triplet: DA, AF and B3. RGB value is (218,175,179). Sum of RGB (Red+Green+Blue) = 218+175+179=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFB3 is #25504C. Grayscale: #BCBCBC. Windows color (decimal): -2445389 or 11775962. OLE color: 11775962.

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

Color convert

RGB218175179-
CMYK00.200.180.15
HSL354.42º36.75%77.06%-
HSV(B)354.42º19.72%85.49%-
XYZ52.3848.8249.31-
YUV188.31122.75149.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 179 (70.31% from 255) = 31.29%
R=38.11%
G=30.59%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817517900.200.180.15354.4236.7577.06
HexDAAFB301412F162254d
Octal332257263024221754245115
Binary1101101010101111101100110101001001011111011000101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFB3; }

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

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

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

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

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

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

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

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