Html Css Color HEX #DAB3BB Blossom

📋 copy color: '#DAB3BB'

red 218 ◦ green 179 ◦ blue 187

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

Shades of Blossom #DAB3BB

Tints of Blossom #DAB3BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.02%

R = 37.33%
G = 30.65%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DAB3BB (or 0xDAB3BB) is known color: Blossom. HEX triplet: DA, B3 and BB. RGB value is (218,179,187). Sum of RGB (Red+Green+Blue) = 218+179+187=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3BB is #254C44. Grayscale: #BFBFBF. Windows color (decimal): -2444357 or 12301274. OLE color: 12301274.

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

Color convert

RGB 218 179 187 -
CMYK 0 0.18 0.14 0.15
HSL 347.69º 0.35% 0.78% -
HSV(B) 347.69º 0.18% 0.85% -
XYZ 54 50.73 53.96 -
YUV 191.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 218 179 187 0 0.18 0.14 0.15 347.69 0.35 0.78
Hex DA B3 BB 0 12 E F 15C 23 4E
Octal 332 263 273 0 22 16 17 534 43 116
Binary 11011010 10110011 10111011 0 10010 1110 1111 101011100 100011 1001110

Color Harmonies of #DAB3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB3BB

Black with #DAB3BB

Text Example


Text Example

White with #DAB3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB3BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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