#DABDC0

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

Shades of Pink Flare #DABDC0

Tints of Pink Flare #DABDC0

Color information

#DABDC0 (or 0xDABDC0) is unknown color: approx Pink Flare. HEX triplet: DA, BD and C0. RGB value is (218,189,192). Sum of RGB (Red+Green+Blue) = 218+189+192=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDC0 is #25423F. Grayscale: #C6C6C6. Windows color (decimal): -2441792 or 12631514. OLE color: 12631514.

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

Color convert

RGB218189192-
CMYK00.130.120.15
HSL353.79º28.16%79.8%-
HSV(B)353.79º13.3%85.49%-
XYZ56.6355.1157.52-
YUV198.01124.61142.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 189 (74.22% from 255) = 31.55%
BLUE value IS 192 (75.39% from 255) = 32.05%
R=36.39%
G=31.55%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818919200.130.120.15353.7928.1679.8
HexDABDC00DCF1621c50
Octal332275300015141754234120
Binary1101101010111101110000000110111001111101100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDC0; }

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

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

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

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

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

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

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

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