Html Css Color HEX #DAB6BA Pink Flare

📋 copy color: '#DAB6BA'

red 218 ◦ green 182 ◦ blue 186

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

Shades of Pink Flare #DAB6BA

Tints of Pink Flare #DAB6BA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.06%

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

R = 37.2%
G = 31.06%
B = 31.74%

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

#DAB6BA (or 0xDAB6BA) is known color: Pink Flare. HEX triplet: DA, B6 and BA. RGB value is (218,182,186). Sum of RGB (Red+Green+Blue) = 218+182+186=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 182 (71.48% from 255 or 31.06% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6BA is #254945. Grayscale: #C1C1C1. Windows color (decimal): -2443590 or 12236506. OLE color: 12236506.

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

Color convert

RGB 218 182 186 -
CMYK 0 0.17 0.15 0.15
HSL 353.33º 0.33% 0.78% -
HSV(B) 353.33º 0.17% 0.85% -
XYZ 54.5 51.91 53.6 -
YUV 193.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 218 182 186 0 0.17 0.15 0.15 353.33 0.33 0.78
Hex DA B6 BA 0 11 F F 161 21 4E
Octal 332 266 272 0 21 17 17 541 41 116
Binary 11011010 10110110 10111010 0 10001 1111 1111 101100001 100001 1001110

Color Harmonies of #DAB6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB6BA

Black with #DAB6BA

Text Example


Text Example

White with #DAB6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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