Html Css Color HEX #DAB4BA Blossom

📋 copy color: '#DAB4BA'

red 218 ◦ green 180 ◦ blue 186

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

Shades of Blossom #DAB4BA

Tints of Blossom #DAB4BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.85%

R = 37.33%
G = 30.82%
B = 31.85%

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

#DAB4BA (or 0xDAB4BA) is known color: Blossom. HEX triplet: DA, B4 and BA. RGB value is (218,180,186). Sum of RGB (Red+Green+Blue) = 218+180+186=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4BA is #254B45. Grayscale: #C0C0C0. Windows color (decimal): -2444102 or 12235994. OLE color: 12235994.

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

Color convert

RGB 218 180 186 -
CMYK 0 0.17 0.15 0.15
HSL 350.53º 0.34% 0.78% -
HSV(B) 350.53º 0.17% 0.85% -
XYZ 54.1 51.09 53.47 -
YUV 192.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 218 180 186 0 0.17 0.15 0.15 350.53 0.34 0.78
Hex DA B4 BA 0 11 F F 15F 22 4E
Octal 332 264 272 0 21 17 17 537 42 116
Binary 11011010 10110100 10111010 0 10001 1111 1111 101011111 100010 1001110

Color Harmonies of #DAB4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB4BA

Black with #DAB4BA

Text Example


Text Example

White with #DAB4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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