Html Css Color HEX #DAB5B6 Pink Flare

📋 copy color: '#DAB5B6'

red 218 ◦ green 181 ◦ blue 182

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

Shades of Pink Flare #DAB5B6

Tints of Pink Flare #DAB5B6

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.15%

 BLUE value IS 182 (71.48% from 255) = 31.33%

R = 37.52%
G = 31.15%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DAB5B6 (or 0xDAB5B6) is known color: Pink Flare. HEX triplet: DA, B5 and B6. RGB value is (218,181,182). Sum of RGB (Red+Green+Blue) = 218+181+182=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB5B6 is #254A49. Grayscale: #C0C0C0. Windows color (decimal): -2443850 or 11974106. OLE color: 11974106.

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

Color convert

RGB 218 181 182 -
CMYK 0 0.17 0.17 0.15
HSL 358.38º 0.33% 0.78% -
HSV(B) 358.38º 0.17% 0.85% -
XYZ 53.88 51.33 51.32 -
YUV 192.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 218 181 182 0 0.17 0.17 0.15 358.38 0.33 0.78
Hex DA B5 B6 0 11 11 F 166 21 4E
Octal 332 265 266 0 21 21 17 546 41 116
Binary 11011010 10110101 10110110 0 10001 10001 1111 101100110 100001 1001110

Color Harmonies of #DAB5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB5B6

Black with #DAB5B6

Text Example


Text Example

White with #DAB5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB5B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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