#DAB2C6

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

Shades of Twilight #DAB2C6

Tints of Twilight #DAB2C6

Color information

#DAB2C6 (or 0xDAB2C6) is unknown color: approx Twilight. HEX triplet: DA, B2 and C6. RGB value is (218,178,198). Sum of RGB (Red+Green+Blue) = 218+178+198=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2C6 is #254D39. Grayscale: #C0C0C0. Windows color (decimal): -2444602 or 13021914. OLE color: 13021914.

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

Color convert

RGB218178198-
CMYK00.180.090.15
HSL330º35.09%77.65%-
HSV(B)330º18.35%85.49%-
XYZ55.0350.8260.34-
YUV192.24131.25146.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.70%
GREEN value IS 178 (69.92% from 255) = 29.97%
BLUE value IS 198 (77.73% from 255) = 33.33%
R=36.70%
G=29.97%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817819800.180.090.1533035.0977.65
HexDAB2C60129F14a234e
Octal332262306022111751243116
Binary110110101011001011000110010010100111111010010101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2C6; }

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

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

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

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

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

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

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

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