Html Css Color HEX #DAAAB2 Blossom

📋 copy color: '#DAAAB2'

red 218 ◦ green 170 ◦ blue 178

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

Shades of Blossom #DAAAB2

Tints of Blossom #DAAAB2

RGB

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

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

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

R = 38.52%
G = 30.04%
B = 31.45%

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

#DAAAB2 (or 0xDAAAB2) is known color: Blossom. HEX triplet: DA, AA and B2. RGB value is (218,170,178). Sum of RGB (Red+Green+Blue) = 218+170+178=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAAB2 is #25554D. Grayscale: #B9B9B9. Windows color (decimal): -2446670 or 11709146. OLE color: 11709146.

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

Color convert

RGB 218 170 178 -
CMYK 0 0.22 0.18 0.15
HSL 350º 0.39% 0.76% -
HSV(B) 350º 0.22% 0.85% -
XYZ 51.32 46.87 48.46 -
YUV 185.26 123.9 151.35 -
System Red Green Blue C M Y K H S L
Decimal 218 170 178 0 0.22 0.18 0.15 350 0.39 0.76
Hex DA AA B2 0 16 12 F 15E 27 4C
Octal 332 252 262 0 26 22 17 536 47 114
Binary 11011010 10101010 10110010 0 10110 10010 1111 101011110 100111 1001100

Color Harmonies of #DAAAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAB2

Black with #DAAAB2

Text Example


Text Example

White with #DAAAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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