#DAB6CD

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

Shades of Twilight #DAB6CD

Tints of Twilight #DAB6CD

Color information

#DAB6CD (or 0xDAB6CD) is unknown color: approx Twilight. HEX triplet: DA, B6 and CD. RGB value is (218,182,205). Sum of RGB (Red+Green+Blue) = 218+182+205=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6CD is #254932. Grayscale: #C3C3C3. Windows color (decimal): -2443571 or 13481690. OLE color: 13481690.

HSL color Cylindrical-coordinate representation of color #DAB6CD: hue angle of 321.67º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB6CD is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218182205-
CMYK00.170.060.15
HSL321.67º32.73%78.43%-
HSV(B)321.67º16.51%85.49%-
XYZ56.6652.7764.96-
YUV195.39133.43144.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 182 (71.48% from 255) = 30.08%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=36.03%
G=30.08%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818220500.170.060.15321.6732.7378.43
HexDAB6CD0116F142214e
Octal33226631502161750241116
Binary11011010101101101100110101000111011111010000101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB6CD; }

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

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

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

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

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

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

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

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