#DABACD

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

Shades of Twilight #DABACD

Tints of Twilight #DABACD

Color information

#DABACD (or 0xDABACD) is unknown color: approx Twilight. HEX triplet: DA, BA and CD. RGB value is (218,186,205). Sum of RGB (Red+Green+Blue) = 218+186+205=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 218 - color contains mainly: red. Hex color #DABACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABACD is #254532. Grayscale: #C5C5C5. Windows color (decimal): -2442547 or 13482714. OLE color: 13482714.

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

Color convert

RGB218186205-
CMYK00.150.060.15
HSL324.38º30.19%79.22%-
HSV(B)324.38º14.68%85.49%-
XYZ57.4954.4365.23-
YUV197.73132.1142.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.80%
GREEN value IS 186 (73.05% from 255) = 30.54%
BLUE value IS 205 (80.47% from 255) = 33.66%
R=35.80%
G=30.54%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818620500.150.060.15324.3830.1979.22
HexDABACD0F6F1441e4f
Octal33227231501761750436117
Binary110110101011101011001101011111101111101000100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABACD; }

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

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

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

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

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

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

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

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