Html Css Color HEX #DAB1B7 Blossom

📋 copy color: '#DAB1B7'

red 218 ◦ green 177 ◦ blue 183

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

Shades of Blossom #DAB1B7

Tints of Blossom #DAB1B7

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.62%

 BLUE value IS 183 (71.88% from 255) = 31.66%

R = 37.72%
G = 30.62%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DAB1B7 (or 0xDAB1B7) is known color: Blossom. HEX triplet: DA, B1 and B7. RGB value is (218,177,183). Sum of RGB (Red+Green+Blue) = 218+177+183=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1B7 is #254E48. Grayscale: #BDBDBD. Windows color (decimal): -2444873 or 12038618. OLE color: 12038618.

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

Color convert

RGB 218 177 183 -
CMYK 0 0.19 0.16 0.15
HSL 351.22º 0.36% 0.77% -
HSV(B) 351.22º 0.19% 0.85% -
XYZ 53.18 49.77 51.6 -
YUV 189.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 218 177 183 0 0.19 0.16 0.15 351.22 0.36 0.77
Hex DA B1 B7 0 13 10 F 15F 24 4D
Octal 332 261 267 0 23 20 17 537 44 115
Binary 11011010 10110001 10110111 0 10011 10000 1111 101011111 100100 1001101

Color Harmonies of #DAB1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB1B7

Black with #DAB1B7

Text Example


Text Example

White with #DAB1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB1B7; }

 p { color: rgb(218,177,183); }

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

background-color css

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

 a { background-color: rgb(218,177,183); }

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

border-color css

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

 span { border-color: rgb(218,177,183); }

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