Html Css Color HEX #DAB2B7 Blossom

📋 copy color: '#DAB2B7'

red 218 ◦ green 178 ◦ blue 183

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

Shades of Blossom #DAB2B7

Tints of Blossom #DAB2B7

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.74%

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

R = 37.65%
G = 30.74%
B = 31.61%

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

#DAB2B7 (or 0xDAB2B7) is known color: Blossom. HEX triplet: DA, B2 and B7. RGB value is (218,178,183). Sum of RGB (Red+Green+Blue) = 218+178+183=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2B7 is #254D48. Grayscale: #BEBEBE. Windows color (decimal): -2444617 or 12038874. OLE color: 12038874.

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

Color convert

RGB 218 178 183 -
CMYK 0 0.18 0.16 0.15
HSL 352.5º 0.35% 0.78% -
HSV(B) 352.5º 0.18% 0.85% -
XYZ 53.38 50.17 51.67 -
YUV 190.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 218 178 183 0 0.18 0.16 0.15 352.5 0.35 0.78
Hex DA B2 B7 0 12 10 F 160 23 4E
Octal 332 262 267 0 22 20 17 540 43 116
Binary 11011010 10110010 10110111 0 10010 10000 1111 101100000 100011 1001110

Color Harmonies of #DAB2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB2B7

Black with #DAB2B7

Text Example


Text Example

White with #DAB2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB2B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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