#DABEC1

Color #DABEC1 Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #DABEC1

Tints of Pink Flare #DABEC1

Color information

#DABEC1 (or 0xDABEC1) is unknown color: approx Pink Flare. HEX triplet: DA, BE and C1. RGB value is (218,190,193). Sum of RGB (Red+Green+Blue) = 218+190+193=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEC1 is #25413E. Grayscale: #C6C6C6. Windows color (decimal): -2441535 or 12697306. OLE color: 12697306.

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

Color convert

RGB218190193-
CMYK00.130.110.15
HSL353.57º27.45%80%-
HSV(B)353.57º12.84%85.49%-
XYZ56.9555.5858.18-
YUV198.71124.78141.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 193 (75.78% from 255) = 32.11%
R=36.27%
G=31.61%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819019300.130.110.15353.5727.4580
HexDABEC10DBF1621b50
Octal332276301015131754233120
Binary1101101010111110110000010110110111111101100010110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEC1; }

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

 H1.HeaderClassName
 {
   color: #DABEC1;
 }
 .AnyTagClassName
 {
   color: #DABEC1;
 }
</style>
background-color css

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

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

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

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

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

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