Html Css Color HEX #DAAAB3 Blossom

📋 copy color: '#DAAAB3'

red 218 ◦ green 170 ◦ blue 179

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

Shades of Blossom #DAAAB3

Tints of Blossom #DAAAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.57%

R = 38.45%
G = 29.98%
B = 31.57%

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

#DAAAB3 (or 0xDAAAB3) is known color: Blossom. HEX triplet: DA, AA and B3. RGB value is (218,170,179). Sum of RGB (Red+Green+Blue) = 218+170+179=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAB3 is #25554C. Grayscale: #B9B9B9. Windows color (decimal): -2446669 or 11774682. OLE color: 11774682.

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

Color convert

RGB 218 170 179 -
CMYK 0 0.22 0.18 0.15
HSL 348.75º 0.39% 0.76% -
HSV(B) 348.75º 0.22% 0.85% -
XYZ 51.42 46.91 48.99 -
YUV 185.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 218 170 179 0 0.22 0.18 0.15 348.75 0.39 0.76
Hex DA AA B3 0 16 12 F 15D 27 4C
Octal 332 252 263 0 26 22 17 535 47 114
Binary 11011010 10101010 10110011 0 10110 10010 1111 101011101 100111 1001100

Color Harmonies of #DAAAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAB3

Black with #DAAAB3

Text Example


Text Example

White with #DAAAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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