#DAB4CD

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

Shades of Twilight #DAB4CD

Tints of Twilight #DAB4CD

Color information

#DAB4CD (or 0xDAB4CD) is unknown color: approx Twilight. HEX triplet: DA, B4 and CD. RGB value is (218,180,205). Sum of RGB (Red+Green+Blue) = 218+180+205=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4CD is #254B32. Grayscale: #C2C2C2. Windows color (decimal): -2444083 or 13481178. OLE color: 13481178.

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

Color convert

RGB218180205-
CMYK00.170.060.15
HSL320.53º33.93%78.04%-
HSV(B)320.53º17.43%85.49%-
XYZ56.2551.9664.82-
YUV194.21134.09144.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 180 (70.70% from 255) = 29.85%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=36.15%
G=29.85%
B=34.00%

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
Decimal21818020500.170.060.15320.5333.9378.04
HexDAB4CD0116F141224e
Octal33226431502161750142116
Binary11011010101101001100110101000111011111010000011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB4CD; }

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

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

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

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

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

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

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

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