Html Css Color HEX #DAAAB4 Blossom

📋 copy color: '#DAAAB4'

red 218 ◦ green 170 ◦ blue 180

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

Shades of Blossom #DAAAB4

Tints of Blossom #DAAAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.69%

R = 38.38%
G = 29.93%
B = 31.69%

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

#DAAAB4 (or 0xDAAAB4) is known color: Blossom. HEX triplet: DA, AA and B4. RGB value is (218,170,180). Sum of RGB (Red+Green+Blue) = 218+170+180=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAB4 is #25554B. Grayscale: #B9B9B9. Windows color (decimal): -2446668 or 11840218. OLE color: 11840218.

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

Color convert

RGB 218 170 180 -
CMYK 0 0.22 0.17 0.15
HSL 347.5º 0.39% 0.76% -
HSV(B) 347.5º 0.22% 0.85% -
XYZ 51.53 46.95 49.53 -
YUV 185.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 218 170 180 0 0.22 0.17 0.15 347.5 0.39 0.76
Hex DA AA B4 0 16 11 F 15C 27 4C
Octal 332 252 264 0 26 21 17 534 47 114
Binary 11011010 10101010 10110100 0 10110 10001 1111 101011100 100111 1001100

Color Harmonies of #DAAAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAB4

Black with #DAAAB4

Text Example


Text Example

White with #DAAAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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