Html Css Color HEX #DAAAB6 Blossom

📋 copy color: '#DAAAB6'

red 218 ◦ green 170 ◦ blue 182

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

Shades of Blossom #DAAAB6

Tints of Blossom #DAAAB6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.82%

 BLUE value IS 182 (71.48% from 255) = 31.93%

R = 38.25%
G = 29.82%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DAAAB6 (or 0xDAAAB6) is known color: Blossom. HEX triplet: DA, AA and B6. RGB value is (218,170,182). Sum of RGB (Red+Green+Blue) = 218+170+182=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAB6 is #255549. Grayscale: #B9B9B9. Windows color (decimal): -2446666 or 11971290. OLE color: 11971290.

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

Color convert

RGB 218 170 182 -
CMYK 0 0.22 0.17 0.15
HSL 345º 0.39% 0.76% -
HSV(B) 345º 0.22% 0.85% -
XYZ 51.73 47.03 50.61 -
YUV 185.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 218 170 182 0 0.22 0.17 0.15 345 0.39 0.76
Hex DA AA B6 0 16 11 F 159 27 4C
Octal 332 252 266 0 26 21 17 531 47 114
Binary 11011010 10101010 10110110 0 10110 10001 1111 101011001 100111 1001100

Color Harmonies of #DAAAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAB6

Black with #DAAAB6

Text Example


Text Example

White with #DAAAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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