#DABED0

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

Shades of Twilight #DABED0

Tints of Twilight #DABED0

Color information

#DABED0 (or 0xDABED0) is unknown color: approx Twilight. HEX triplet: DA, BE and D0. RGB value is (218,190,208). Sum of RGB (Red+Green+Blue) = 218+190+208=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 218 - color contains mainly: red. Hex color #DABED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABED0 is #25412F. Grayscale: #C8C8C8. Windows color (decimal): -2441520 or 13680346. OLE color: 13680346.

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

Color convert

RGB218190208-
CMYK00.130.050.15
HSL321.43º27.45%80%-
HSV(B)321.43º12.84%85.49%-
XYZ58.7156.2967.44-
YUV200.42132.28140.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.39%
GREEN value IS 190 (74.61% from 255) = 30.84%
BLUE value IS 208 (81.64% from 255) = 33.77%
R=35.39%
G=30.84%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819020800.130.050.15321.4327.4580
HexDABED00D5F1411b50
Octal33227632001551750133120
Binary110110101011111011010000011011011111101000001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABED0; }

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

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

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

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

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

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

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

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