#DAB7CF

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

Shades of Twilight #DAB7CF

Tints of Twilight #DAB7CF

Color information

#DAB7CF (or 0xDAB7CF) is unknown color: approx Twilight. HEX triplet: DA, B7 and CF. RGB value is (218,183,207). Sum of RGB (Red+Green+Blue) = 218+183+207=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB7CF is #254830. Grayscale: #C4C4C4. Windows color (decimal): -2443313 or 13613018. OLE color: 13613018.

HSL color Cylindrical-coordinate representation of color #DAB7CF: hue angle of 318.86º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAB7CF is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB218183207-
CMYK00.160.050.15
HSL318.86º32.11%78.63%-
HSV(B)318.86º16.06%85.49%-
XYZ57.1153.2866.31-
YUV196.2134.1143.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 183 (71.88% from 255) = 30.10%
BLUE value IS 207 (81.25% from 255) = 34.05%
R=35.86%
G=30.10%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818320700.160.050.15318.8632.1178.63
HexDAB7CF0105F13f204f
Octal33226731702051747740117
Binary11011010101101111100111101000010111111001111111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB7CF; }

 p { color: rgb(218,183,207); }

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

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

 a { background-color: rgb(218,183,207); }

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

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

 span { border-color: rgb(218,183,207); }

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