#DABAD0

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

Shades of Twilight #DABAD0

Tints of Twilight #DABAD0

Color information

#DABAD0 (or 0xDABAD0) is unknown color: approx Twilight. HEX triplet: DA, BA and D0. RGB value is (218,186,208). Sum of RGB (Red+Green+Blue) = 218+186+208=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAD0 is #25452F. Grayscale: #C6C6C6. Windows color (decimal): -2442544 or 13679322. OLE color: 13679322.

HSL color Cylindrical-coordinate representation of color #DABAD0: hue angle of 318.75º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABAD0 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB218186208-
CMYK00.150.050.15
HSL318.75º30.19%79.22%-
HSV(B)318.75º14.68%85.49%-
XYZ57.8654.5867.16-
YUV198.08133.6142.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.62%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 208 (81.64% from 255) = 33.99%
R=35.62%
G=30.39%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818620800.150.050.15318.7530.1979.22
HexDABAD00F5F13f1e4f
Octal33227232001751747736117
Binary110110101011101011010000011111011111100111111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAD0; }

 p { color: rgb(218,186,208); }

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

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

 a { background-color: rgb(218,186,208); }

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

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

 span { border-color: rgb(218,186,208); }

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