Html Css Color HEX #DABEBF Pink Flare

📋 copy color: '#DABEBF'

red 218 ◦ green 190 ◦ blue 191

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

Shades of Pink Flare #DABEBF

Tints of Pink Flare #DABEBF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.72%

 BLUE value IS 191 (75% from 255) = 31.89%

R = 36.39%
G = 31.72%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DABEBF (or 0xDABEBF) is known color: Pink Flare. HEX triplet: DA, BE and BF. RGB value is (218,190,191). Sum of RGB (Red+Green+Blue) = 218+190+191=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEBF is #254140. Grayscale: #C6C6C6. Windows color (decimal): -2441537 or 12566234. OLE color: 12566234.

HSL color Cylindrical-coordinate representation of color #DABEBF: hue angle of 357.86º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABEBF is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 190 191 -
CMYK 0 0.13 0.12 0.15
HSL 357.86º 0.27% 0.8% -
HSV(B) 357.86º 0.13% 0.85% -
XYZ 56.73 55.49 57.01 -
YUV 198.49 123.78 141.92 -
System Red Green Blue C M Y K H S L
Decimal 218 190 191 0 0.13 0.12 0.15 357.86 0.27 0.8
Hex DA BE BF 0 D C F 166 1B 50
Octal 332 276 277 0 15 14 17 546 33 120
Binary 11011010 10111110 10111111 0 1101 1100 1111 101100110 11011 1010000

Color Harmonies of #DABEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABEBF

Black with #DABEBF

Text Example


Text Example

White with #DABEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABEBF; }

 p { color: rgb(218,190,191); }

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

background-color css

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

 a { background-color: rgb(218,190,191); }

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

border-color css

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

 span { border-color: rgb(218,190,191); }

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