Html Css Color HEX #DAA9B2 Blossom

📋 copy color: '#DAA9B2'

red 218 ◦ green 169 ◦ blue 178

#DAA9B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blossom #DAA9B2

Tints of Blossom #DAA9B2

RGB

 RED value IS 218 (85.55% from 255) = 38.58%

 GREEN value IS 169 (66.41% from 255) = 29.91%

 BLUE value IS 178 (69.92% from 255) = 31.5%

R = 38.58%
G = 29.91%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DAA9B2 (or 0xDAA9B2) is known color: Blossom. HEX triplet: DA, A9 and B2. RGB value is (218,169,178). Sum of RGB (Red+Green+Blue) = 218+169+178=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA9B2 is #25564D. Grayscale: #B8B8B8. Windows color (decimal): -2446926 or 11708890. OLE color: 11708890.

HSL color Cylindrical-coordinate representation of color #DAA9B2: hue angle of 348.98º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAA9B2 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 169 178 -
CMYK 0 0.22 0.18 0.15
HSL 348.98º 0.4% 0.76% -
HSV(B) 348.98º 0.22% 0.85% -
XYZ 51.14 46.5 48.4 -
YUV 184.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 218 169 178 0 0.22 0.18 0.15 348.98 0.4 0.76
Hex DA A9 B2 0 16 12 F 15D 28 4C
Octal 332 251 262 0 26 22 17 535 50 114
Binary 11011010 10101001 10110010 0 10110 10010 1111 101011101 101000 1001100

Color Harmonies of #DAA9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA9B2

Black with #DAA9B2

Text Example


Text Example

White with #DAA9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA9B2; }

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

 H1.HeaderClassName
 {
   color: #DAA9B2;
 }
 .AnyTagClassName
 {
   color: #DAA9B2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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