#DAAFB4

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

Shades of Blossom #DAAFB4

Tints of Blossom #DAAFB4

Color information

#DAAFB4 (or 0xDAAFB4) is unknown color: approx Blossom. HEX triplet: DA, AF and B4. RGB value is (218,175,180). Sum of RGB (Red+Green+Blue) = 218+175+180=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFB4 is #25504B. Grayscale: #BCBCBC. Windows color (decimal): -2445388 or 11841498. OLE color: 11841498.

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

Color convert

RGB218175180-
CMYK00.200.170.15
HSL353.02º36.75%77.06%-
HSV(B)353.02º19.72%85.49%-
XYZ52.4848.8649.84-
YUV188.43123.25149.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 175 (68.75% from 255) = 30.54%
BLUE value IS 180 (70.70% from 255) = 31.41%
R=38.05%
G=30.54%
B=31.41%

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
Decimal21817518000.200.170.15353.0236.7577.06
HexDAAFB401411F161254d
Octal332257264024211754145115
Binary1101101010101111101101000101001000111111011000011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFB4; }

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

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

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

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

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

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

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

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