Html Css Color HEX #DAB4B9 Blossom

📋 copy color: '#DAB4B9'

red 218 ◦ green 180 ◦ blue 185

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

Shades of Blossom #DAB4B9

Tints of Blossom #DAB4B9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.87%

 BLUE value IS 185 (72.66% from 255) = 31.73%

R = 37.39%
G = 30.87%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DAB4B9 (or 0xDAB4B9) is known color: Blossom. HEX triplet: DA, B4 and B9. RGB value is (218,180,185). Sum of RGB (Red+Green+Blue) = 218+180+185=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 180 (70.70% from 255 or 30.87% from 583); Blue value is 185 (72.66% from 255 or 31.73% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4B9 is #254B46. Grayscale: #BFBFBF. Windows color (decimal): -2444103 or 12170458. OLE color: 12170458.

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

Color convert

RGB 218 180 185 -
CMYK 0 0.17 0.15 0.15
HSL 352.11º 0.34% 0.78% -
HSV(B) 352.11º 0.17% 0.85% -
XYZ 53.99 51.05 52.91 -
YUV 191.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 218 180 185 0 0.17 0.15 0.15 352.11 0.34 0.78
Hex DA B4 B9 0 11 F F 160 22 4E
Octal 332 264 271 0 21 17 17 540 42 116
Binary 11011010 10110100 10111001 0 10001 1111 1111 101100000 100010 1001110

Color Harmonies of #DAB4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB4B9

Black with #DAB4B9

Text Example


Text Example

White with #DAB4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB4B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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