Html Css Color HEX #DABDBE Pink Flare

📋 copy color: '#DABDBE'

red 218 ◦ green 189 ◦ blue 190

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

Shades of Pink Flare #DABDBE

Tints of Pink Flare #DABDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.66%

 BLUE value IS 190 (74.61% from 255) = 31.83%

R = 36.52%
G = 31.66%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DABDBE (or 0xDABDBE) is known color: Pink Flare. HEX triplet: DA, BD and BE. RGB value is (218,189,190). Sum of RGB (Red+Green+Blue) = 218+189+190=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDBE is #254241. Grayscale: #C5C5C5. Windows color (decimal): -2441794 or 12500442. OLE color: 12500442.

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

Color convert

RGB 218 189 190 -
CMYK 0 0.13 0.13 0.15
HSL 357.93º 0.28% 0.8% -
HSV(B) 357.93º 0.13% 0.85% -
XYZ 56.41 55.02 56.36 -
YUV 197.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 218 189 190 0 0.13 0.13 0.15 357.93 0.28 0.8
Hex DA BD BE 0 D D F 166 1C 50
Octal 332 275 276 0 15 15 17 546 34 120
Binary 11011010 10111101 10111110 0 1101 1101 1111 101100110 11100 1010000

Color Harmonies of #DABDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABDBE

Black with #DABDBE

Text Example


Text Example

White with #DABDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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