#DAADC4

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

Shades of Twilight #DAADC4

Tints of Twilight #DAADC4

Color information

#DAADC4 (or 0xDAADC4) is unknown color: approx Twilight. HEX triplet: DA, AD and C4. RGB value is (218,173,196). Sum of RGB (Red+Green+Blue) = 218+173+196=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADC4 is #25523B. Grayscale: #BDBDBD. Windows color (decimal): -2445884 or 12889562. OLE color: 12889562.

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

Color convert

RGB218173196-
CMYK00.210.100.15
HSL329.33º37.82%76.67%-
HSV(B)329.33º20.64%85.49%-
XYZ53.8248.7858.8-
YUV189.08131.91148.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 173 (67.97% from 255) = 29.47%
BLUE value IS 196 (76.95% from 255) = 33.39%
R=37.14%
G=29.47%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817319600.210.100.15329.3337.8276.67
HexDAADC4015AF149264d
Octal332255304025121751146115
Binary110110101010110111000100010101101011111010010011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAADC4; }

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

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

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

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

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

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

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

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