#daadc6

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

Shades of Twilight #DAADC6

Tints of Twilight #DAADC6

Color information

#DAADC6 (or 0xDAADC6) is unknown color: approx Twilight. HEX triplet: DA, AD and C6. RGB value is (218,173,198). Sum of RGB (Red+Green+Blue) = 218+173+198=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADC6 is #255239. Grayscale: #BDBDBD. Windows color (decimal): -2445882 or 13020634. OLE color: 13020634.

HSL color Cylindrical-coordinate representation of color #DAADC6: hue angle of 326.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAADC6 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB218173198-
CMYK00.210.090.15
HSL326.67º37.82%76.67%-
HSV(B)326.67º20.64%85.49%-
XYZ54.0548.8760.01-
YUV189.3132.91148.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 198 (77.73% from 255) = 33.62%
R=37.01%
G=29.37%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817319800.210.090.15326.6737.8276.67
HexDAADC60159F147264d
Octal332255306025111750746115
Binary110110101010110111000110010101100111111010001111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #daadc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #daadc6; }

 p { color: rgb(218,173,198); }

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

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

 a { background-color: rgb(218,173,198); }

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

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

 span { border-color: rgb(218,173,198); }

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