Html Css Color HEX #DAB3B8 Blossom

📋 copy color: '#DAB3B8'

red 218 ◦ green 179 ◦ blue 184

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

Shades of Blossom #DAB3B8

Tints of Blossom #DAB3B8

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.81%

 BLUE value IS 184 (72.27% from 255) = 31.67%

R = 37.52%
G = 30.81%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DAB3B8 (or 0xDAB3B8) is known color: Blossom. HEX triplet: DA, B3 and B8. RGB value is (218,179,184). Sum of RGB (Red+Green+Blue) = 218+179+184=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 184 (72.27% from 255 or 31.67% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3B8 is #254C47. Grayscale: #BFBFBF. Windows color (decimal): -2444360 or 12104666. OLE color: 12104666.

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

Color convert

RGB 218 179 184 -
CMYK 0 0.18 0.16 0.15
HSL 352.31º 0.35% 0.78% -
HSV(B) 352.31º 0.18% 0.85% -
XYZ 53.69 50.61 52.29 -
YUV 191.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 218 179 184 0 0.18 0.16 0.15 352.31 0.35 0.78
Hex DA B3 B8 0 12 10 F 160 23 4E
Octal 332 263 270 0 22 20 17 540 43 116
Binary 11011010 10110011 10111000 0 10010 10000 1111 101100000 100011 1001110

Color Harmonies of #DAB3B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB3B8

Black with #DAB3B8

Text Example


Text Example

White with #DAB3B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB3B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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